Interface ReplicationStatusType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationStatusType.Builder,,ReplicationStatusType> SdkBuilder<ReplicationStatusType.Builder,,ReplicationStatusType> SdkPojo
- Enclosing class:
- ReplicationStatusType
@Mutable
@NotThreadSafe
public static interface ReplicationStatusType.Builder
extends SdkPojo, CopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
-
Method Summary
Modifier and TypeMethodDescriptionCan be anARN,Key ID, orAlias.lastAccessedDate(Instant lastAccessedDate) The date that the secret was last accessed in the Region.The Region where replication occurs.The status can beInProgress,Failed, orInSync.status(StatusType status) The status can beInProgress,Failed, orInSync.statusMessage(String statusMessage) Status message such as "Secret with this name already exists in this region".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
-
region
The Region where replication occurs.
- Parameters:
region- The Region where replication occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
Can be an
ARN,Key ID, orAlias.- Parameters:
kmsKeyId- Can be anARN,Key ID, orAlias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status can be
InProgress,Failed, orInSync.- Parameters:
status- The status can beInProgress,Failed, orInSync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status can be
InProgress,Failed, orInSync.- Parameters:
status- The status can beInProgress,Failed, orInSync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Status message such as "Secret with this name already exists in this region".
- Parameters:
statusMessage- Status message such as "Secret with this name already exists in this region".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAccessedDate
The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
- Parameters:
lastAccessedDate- The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-