Interface ReplicationDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationDestination.Builder,,ReplicationDestination> SdkBuilder<ReplicationDestination.Builder,,ReplicationDestination> SdkPojo
- Enclosing class:
ReplicationDestination
@Mutable
@NotThreadSafe
public static interface ReplicationDestination.Builder
extends SdkPojo, CopyableBuilder<ReplicationDestination.Builder,ReplicationDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationTableBucketARN(String destinationTableBucketARN) The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destinationTableBucketARN
The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.
- Parameters:
destinationTableBucketARN- The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-