Interface ReplicationStatusType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>,SdkBuilder<ReplicationStatusType.Builder,ReplicationStatusType>,SdkPojo
- Enclosing class:
- ReplicationStatusType
public static interface ReplicationStatusType.Builder extends SdkPojo, CopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationStatusType.BuilderkmsKeyId(String kmsKeyId)Can be anARN,Key ID, orAlias.ReplicationStatusType.BuilderlastAccessedDate(Instant lastAccessedDate)The date that the secret was last accessed in the Region.ReplicationStatusType.Builderregion(String region)The Region where replication occurs.ReplicationStatusType.Builderstatus(String status)The status can beInProgress,Failed, orInSync.ReplicationStatusType.Builderstatus(StatusType status)The status can beInProgress,Failed, orInSync.ReplicationStatusType.BuilderstatusMessage(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
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
-
region
ReplicationStatusType.Builder region(String 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
ReplicationStatusType.Builder kmsKeyId(String 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
ReplicationStatusType.Builder status(String 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:
StatusType,StatusType
-
status
ReplicationStatusType.Builder status(StatusType 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:
StatusType,StatusType
-
statusMessage
ReplicationStatusType.Builder statusMessage(String 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
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.
- 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.
-
-