public static interface ReplicationStatusType.Builder extends SdkPojo, CopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
| Modifier and Type | Method and Description |
|---|---|
ReplicationStatusType.Builder |
kmsKeyId(String kmsKeyId)
Can be an
ARN, Key ID, or Alias. |
ReplicationStatusType.Builder |
lastAccessedDate(Instant lastAccessedDate)
The date that the secret was last accessed in the Region.
|
ReplicationStatusType.Builder |
region(String region)
The Region where replication occurs.
|
ReplicationStatusType.Builder |
status(StatusType status)
The status can be
InProgress, Failed, or InSync. |
ReplicationStatusType.Builder |
status(String status)
The status can be
InProgress, Failed, or InSync. |
ReplicationStatusType.Builder |
statusMessage(String statusMessage)
Status message such as "Secret with this name already exists in this region".
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationStatusType.Builder region(String region)
The Region where replication occurs.
region - The Region where replication occurs.ReplicationStatusType.Builder kmsKeyId(String kmsKeyId)
Can be an ARN, Key ID, or Alias.
kmsKeyId - Can be an ARN, Key ID, or Alias.ReplicationStatusType.Builder status(String status)
The status can be InProgress, Failed, or InSync.
status - The status can be InProgress, Failed, or InSync.StatusType,
StatusTypeReplicationStatusType.Builder status(StatusType status)
The status can be InProgress, Failed, or InSync.
status - The status can be InProgress, Failed, or InSync.StatusType,
StatusTypeReplicationStatusType.Builder statusMessage(String statusMessage)
Status message such as "Secret with this name already exists in this region".
statusMessage - Status message such as "Secret with this name already exists in this region".ReplicationStatusType.Builder lastAccessedDate(Instant 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.
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.Copyright © 2023. All rights reserved.