Interface ReplicationStartingPosition.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationStartingPosition.Builder,ReplicationStartingPosition>
,SdkBuilder<ReplicationStartingPosition.Builder,ReplicationStartingPosition>
,SdkPojo
- Enclosing class:
- ReplicationStartingPosition
public static interface ReplicationStartingPosition.Builder extends SdkPojo, CopyableBuilder<ReplicationStartingPosition.Builder,ReplicationStartingPosition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationStartingPosition.Builder
type(String type)
The type of replication starting position.ReplicationStartingPosition.Builder
type(ReplicationStartingPositionType type)
The type of replication starting position.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
ReplicationStartingPosition.Builder type(String type)
The type of replication starting position.
- Parameters:
type
- The type of replication starting position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationStartingPositionType
,ReplicationStartingPositionType
-
type
ReplicationStartingPosition.Builder type(ReplicationStartingPositionType type)
The type of replication starting position.
- Parameters:
type
- The type of replication starting position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationStartingPositionType
,ReplicationStartingPositionType
-
-