Interface ReplicaSettingsUpdate.Builder

    • Method Detail

      • regionName

        ReplicaSettingsUpdate.Builder regionName​(String regionName)

        The Region of the replica to be added.

        Parameters:
        regionName - The Region of the replica to be added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaProvisionedReadCapacityUnits

        ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityUnits​(Long replicaProvisionedReadCapacityUnits)

        The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

        Parameters:
        replicaProvisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaProvisionedReadCapacityAutoScalingSettingsUpdate

        ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityAutoScalingSettingsUpdate​(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate)

        Auto scaling settings for managing a global table replica's read capacity units.

        Parameters:
        replicaProvisionedReadCapacityAutoScalingSettingsUpdate - Auto scaling settings for managing a global table replica's read capacity units.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaGlobalSecondaryIndexSettingsUpdate

        ReplicaSettingsUpdate.Builder replicaGlobalSecondaryIndexSettingsUpdate​(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)

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

        Parameters:
        replicaGlobalSecondaryIndexSettingsUpdate - 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.
      • replicaGlobalSecondaryIndexSettingsUpdate

        ReplicaSettingsUpdate.Builder replicaGlobalSecondaryIndexSettingsUpdate​(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate)

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

        Parameters:
        replicaGlobalSecondaryIndexSettingsUpdate - 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.
      • replicaTableClass

        ReplicaSettingsUpdate.Builder replicaTableClass​(String replicaTableClass)

        Replica-specific table class. If not specified, uses the source table's table class.

        Parameters:
        replicaTableClass - Replica-specific table class. If not specified, uses the source table's table class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableClass, TableClass
      • replicaTableClass

        ReplicaSettingsUpdate.Builder replicaTableClass​(TableClass replicaTableClass)

        Replica-specific table class. If not specified, uses the source table's table class.

        Parameters:
        replicaTableClass - Replica-specific table class. If not specified, uses the source table's table class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableClass, TableClass