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