public static interface DataReplicationInitiation.Builder extends SdkPojo, CopyableBuilder<DataReplicationInitiation.Builder,DataReplicationInitiation>
| Modifier and Type | Method and Description |
|---|---|
DataReplicationInitiation.Builder |
nextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
|
DataReplicationInitiation.Builder |
startDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
|
DataReplicationInitiation.Builder |
steps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
|
DataReplicationInitiation.Builder |
steps(Consumer<DataReplicationInitiationStep.Builder>... steps)
The steps of the current attempt to initiate data replication.
|
DataReplicationInitiation.Builder |
steps(DataReplicationInitiationStep... steps)
The steps of the current attempt to initiate data replication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataReplicationInitiation.Builder nextAttemptDateTime(String nextAttemptDateTime)
The date and time of the next attempt to initiate data replication.
nextAttemptDateTime - The date and time of the next attempt to initiate data replication.DataReplicationInitiation.Builder startDateTime(String startDateTime)
The date and time of the current attempt to initiate data replication.
startDateTime - The date and time of the current attempt to initiate data replication.DataReplicationInitiation.Builder steps(Collection<DataReplicationInitiationStep> steps)
The steps of the current attempt to initiate data replication.
steps - The steps of the current attempt to initiate data replication.DataReplicationInitiation.Builder steps(DataReplicationInitiationStep... steps)
The steps of the current attempt to initiate data replication.
steps - The steps of the current attempt to initiate data replication.DataReplicationInitiation.Builder steps(Consumer<DataReplicationInitiationStep.Builder>... 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 via
DataReplicationInitiationStep.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #steps(List.
steps - a consumer that will call methods on
DataReplicationInitiationStep.Builder#steps(java.util.Collection) Copyright © 2023. All rights reserved.