Interface AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder,,- AwsDynamoDbTableReplicaGlobalSecondaryIndex> - SdkBuilder<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder,,- AwsDynamoDbTableReplicaGlobalSecondaryIndex> - SdkPojo
- Enclosing class:
- AwsDynamoDbTableReplicaGlobalSecondaryIndex
@Mutable
@NotThreadSafe
public static interface AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder
extends SdkPojo, CopyableBuilder<AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder,AwsDynamoDbTableReplicaGlobalSecondaryIndex> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the index.provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride) Replica-specific configuration for the provisioned throughput for the index.provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride) Replica-specific configuration for the provisioned throughput for the index.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
indexNameThe name of the index. - Parameters:
- indexName- The name of the index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedThroughputOverrideAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride) Replica-specific configuration for the provisioned throughput for the index. - Parameters:
- provisionedThroughputOverride- Replica-specific configuration for the provisioned throughput for the index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedThroughputOverridedefault AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride) Replica-specific configuration for the provisioned throughput for the index. This is a convenience method that creates an instance of theAwsDynamoDbTableProvisionedThroughputOverride.Builderavoiding the need to create one manually viaAwsDynamoDbTableProvisionedThroughputOverride.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride).- Parameters:
- provisionedThroughputOverride- a consumer that will call methods on- AwsDynamoDbTableProvisionedThroughputOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-