JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dynamodbv2.model

Class UpdateGlobalTableSettingsRequest

    • Constructor Detail

      • UpdateGlobalTableSettingsRequest

        public UpdateGlobalTableSettingsRequest()
    • Method Detail

      • setGlobalTableName

        public void setGlobalTableName(String globalTableName)

        The name of the global table

        Parameters:
        globalTableName - The name of the global table
      • getGlobalTableName

        public String getGlobalTableName()

        The name of the global table

        Returns:
        The name of the global table
      • withGlobalTableName

        public UpdateGlobalTableSettingsRequest withGlobalTableName(String globalTableName)

        The name of the global table

        Parameters:
        globalTableName - The name of the global table
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGlobalTableBillingMode

        public void setGlobalTableBillingMode(String globalTableBillingMode)

        The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Parameters:
        globalTableBillingMode - The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        See Also:
        BillingMode
      • getGlobalTableBillingMode

        public String getGlobalTableBillingMode()

        The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Returns:
        The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        See Also:
        BillingMode
      • withGlobalTableBillingMode

        public UpdateGlobalTableSettingsRequest withGlobalTableBillingMode(String globalTableBillingMode)

        The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Parameters:
        globalTableBillingMode - The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BillingMode
      • withGlobalTableBillingMode

        public UpdateGlobalTableSettingsRequest withGlobalTableBillingMode(BillingMode globalTableBillingMode)

        The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Parameters:
        globalTableBillingMode - The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

        • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.

        • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BillingMode
      • setGlobalTableProvisionedWriteCapacityUnits

        public void setGlobalTableProvisionedWriteCapacityUnits(Long globalTableProvisionedWriteCapacityUnits)

        The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

        Parameters:
        globalTableProvisionedWriteCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
      • getGlobalTableProvisionedWriteCapacityUnits

        public Long getGlobalTableProvisionedWriteCapacityUnits()

        The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

        Returns:
        The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
      • withGlobalTableProvisionedWriteCapacityUnits

        public UpdateGlobalTableSettingsRequest withGlobalTableProvisionedWriteCapacityUnits(Long globalTableProvisionedWriteCapacityUnits)

        The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

        Parameters:
        globalTableProvisionedWriteCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate

        public void setGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate)

        Auto scaling settings for managing provisioned write capacity for the global table.

        Parameters:
        globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate - Auto scaling settings for managing provisioned write capacity for the global table.
      • getGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate

        public AutoScalingSettingsUpdate getGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate()

        Auto scaling settings for managing provisioned write capacity for the global table.

        Returns:
        Auto scaling settings for managing provisioned write capacity for the global table.
      • withGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate

        public UpdateGlobalTableSettingsRequest withGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate)

        Auto scaling settings for managing provisioned write capacity for the global table.

        Parameters:
        globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate - Auto scaling settings for managing provisioned write capacity for the global table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getGlobalTableGlobalSecondaryIndexSettingsUpdate

        public List<GlobalTableGlobalSecondaryIndexSettingsUpdate> getGlobalTableGlobalSecondaryIndexSettingsUpdate()

        Represents the settings of a global secondary index for a global table that will be modified.

        Returns:
        Represents the settings of a global secondary index for a global table that will be modified.
      • setGlobalTableGlobalSecondaryIndexSettingsUpdate

        public void setGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)

        Represents the settings of a global secondary index for a global table that will be modified.

        Parameters:
        globalTableGlobalSecondaryIndexSettingsUpdate - Represents the settings of a global secondary index for a global table that will be modified.
      • withGlobalTableGlobalSecondaryIndexSettingsUpdate

        public UpdateGlobalTableSettingsRequest withGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)

        Represents the settings of a global secondary index for a global table that will be modified.

        Parameters:
        globalTableGlobalSecondaryIndexSettingsUpdate - Represents the settings of a global secondary index for a global table that will be modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReplicaSettingsUpdate

        public List<ReplicaSettingsUpdate> getReplicaSettingsUpdate()

        Represents the settings for a global table in a Region that will be modified.

        Returns:
        Represents the settings for a global table in a Region that will be modified.
      • setReplicaSettingsUpdate

        public void setReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate)

        Represents the settings for a global table in a Region that will be modified.

        Parameters:
        replicaSettingsUpdate - Represents the settings for a global table in a Region that will be modified.
      • withReplicaSettingsUpdate

        public UpdateGlobalTableSettingsRequest withReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate)

        Represents the settings for a global table in a Region that will be modified.

        Parameters:
        replicaSettingsUpdate - Represents the settings for a global table in a Region that will be modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /