Interface GlobalReplicationGroupInfo.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
,SdkBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
,SdkPojo
- Enclosing class:
- GlobalReplicationGroupInfo
public static interface GlobalReplicationGroupInfo.Builder extends SdkPojo, CopyableBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalReplicationGroupInfo.Builder
globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastoreGlobalReplicationGroupInfo.Builder
globalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
The role of the replication group in a Global datastore.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalReplicationGroupId
GlobalReplicationGroupInfo.Builder globalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
- Parameters:
globalReplicationGroupId
- The name of the Global datastore- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalReplicationGroupMemberRole
GlobalReplicationGroupInfo.Builder globalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
The role of the replication group in a Global datastore. Can be primary or secondary.
- Parameters:
globalReplicationGroupMemberRole
- The role of the replication group in a Global datastore. Can be primary or secondary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-