Interface ReplicationInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationInformation.Builder,,ReplicationInformation> SdkBuilder<ReplicationInformation.Builder,,ReplicationInformation> SdkPojo
- Enclosing class:
ReplicationInformation
@Mutable
@NotThreadSafe
public static interface ReplicationInformation.Builder
extends SdkPojo, CopyableBuilder<ReplicationInformation.Builder,ReplicationInformation>
-
Method Summary
Modifier and TypeMethodDescriptionsourceTableARN(String sourceTableARN) The Amazon Resource Name (ARN) of the source table from which this table is 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
-
sourceTableARN
The Amazon Resource Name (ARN) of the source table from which this table is replicated.
- Parameters:
sourceTableARN- The Amazon Resource Name (ARN) of the source table from which this table is replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-