Interface DataReplicationInitiation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataReplicationInitiation.Builder,
,DataReplicationInitiation> SdkBuilder<DataReplicationInitiation.Builder,
,DataReplicationInitiation> SdkPojo
- Enclosing class:
DataReplicationInitiation
@Mutable
@NotThreadSafe
public static interface DataReplicationInitiation.Builder
extends SdkPojo, CopyableBuilder<DataReplicationInitiation.Builder,DataReplicationInitiation>
-
Method Summary
Modifier and TypeMethodDescriptionnextAttemptDateTime
(String nextAttemptDateTime) The date and time of the next attempt to initiate data replication.startDateTime
(String startDateTime) The date and time of the current attempt to initiate data replication.The steps of the current attempt to initiate data replication.steps
(Consumer<DataReplicationInitiationStep.Builder>... steps) The steps of the current attempt to initiate data replication.steps
(DataReplicationInitiationStep... steps) The steps of the current attempt to initiate data replication.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 Details
-
nextAttemptDateTime
The date and time of the next attempt to initiate data replication.
- Parameters:
nextAttemptDateTime
- The date and time of the next attempt to initiate data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDateTime
The date and time of the current attempt to initiate data replication.
- Parameters:
startDateTime
- The date and time of the current attempt to initiate data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
The steps of the current attempt to initiate data replication.
- Parameters:
steps
- The steps of the current attempt to initiate data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
The steps of the current attempt to initiate data replication.
- Parameters:
steps
- The steps of the current attempt to initiate data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
The steps of the current attempt to initiate data replication.
This is a convenience method that creates an instance of theDataReplicationInitiationStep.Builder
avoiding the need to create one manually viaDataReplicationInitiationStep.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosteps(List<DataReplicationInitiationStep>)
.- Parameters:
steps
- a consumer that will call methods onDataReplicationInitiationStep.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-