Interface LastSuccessfulReplicatedUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LastSuccessfulReplicatedUpdate.Builder,,LastSuccessfulReplicatedUpdate> SdkBuilder<LastSuccessfulReplicatedUpdate.Builder,,LastSuccessfulReplicatedUpdate> SdkPojo
- Enclosing class:
LastSuccessfulReplicatedUpdate
@Mutable
@NotThreadSafe
public static interface LastSuccessfulReplicatedUpdate.Builder
extends SdkPojo, CopyableBuilder<LastSuccessfulReplicatedUpdate.Builder,LastSuccessfulReplicatedUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataLocation(String metadataLocation) The S3 location of the metadata that was successfully replicated.The timestamp when the replication update completed successfully.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
-
metadataLocation
The S3 location of the metadata that was successfully replicated.
- Parameters:
metadataLocation- The S3 location of the metadata that was successfully replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp when the replication update completed successfully.
- Parameters:
timestamp- The timestamp when the replication update completed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-