Interface DataReplicationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataReplicationSettings.Builder,DataReplicationSettings>,SdkBuilder<DataReplicationSettings.Builder,DataReplicationSettings>,SdkPojo
- Enclosing class:
- DataReplicationSettings
public static interface DataReplicationSettings.Builder extends SdkPojo, CopyableBuilder<DataReplicationSettings.Builder,DataReplicationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataReplicationSettings.BuilderdataReplication(String dataReplication)Indicates whether data replication is enabled, and if enabled, the type of data replication.DataReplicationSettings.BuilderdataReplication(DataReplication dataReplication)Indicates whether data replication is enabled, and if enabled, the type of data replication.DataReplicationSettings.BuilderrecoverySnapshotTime(Instant recoverySnapshotTime)The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.-
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
-
dataReplication
DataReplicationSettings.Builder dataReplication(String dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
- Parameters:
dataReplication- Indicates whether data replication is enabled, and if enabled, the type of data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataReplication,DataReplication
-
dataReplication
DataReplicationSettings.Builder dataReplication(DataReplication dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
- Parameters:
dataReplication- Indicates whether data replication is enabled, and if enabled, the type of data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataReplication,DataReplication
-
recoverySnapshotTime
DataReplicationSettings.Builder recoverySnapshotTime(Instant recoverySnapshotTime)
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
- Parameters:
recoverySnapshotTime- The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-