Interface ManagedTableInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedTableInformation.Builder,,ManagedTableInformation> SdkBuilder<ManagedTableInformation.Builder,,ManagedTableInformation> SdkPojo
- Enclosing class:
ManagedTableInformation
@Mutable
@NotThreadSafe
public static interface ManagedTableInformation.Builder
extends SdkPojo, CopyableBuilder<ManagedTableInformation.Builder,ManagedTableInformation>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ManagedTableInformation.BuilderreplicationInformation(Consumer<ReplicationInformation.Builder> replicationInformation) If this table is a replica, contains information about the source table from which it is replicated.replicationInformation(ReplicationInformation replicationInformation) If this table is a replica, contains information about the source table from which it 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
-
replicationInformation
ManagedTableInformation.Builder replicationInformation(ReplicationInformation replicationInformation) If this table is a replica, contains information about the source table from which it is replicated.
- Parameters:
replicationInformation- If this table is a replica, contains information about the source table from which it is replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInformation
default ManagedTableInformation.Builder replicationInformation(Consumer<ReplicationInformation.Builder> replicationInformation) If this table is a replica, contains information about the source table from which it is replicated.
This is a convenience method that creates an instance of theReplicationInformation.Builderavoiding the need to create one manually viaReplicationInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationInformation(ReplicationInformation).- Parameters:
replicationInformation- a consumer that will call methods onReplicationInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-