Interface RegionInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RegionInfo.Builder,,- RegionInfo> - SdkBuilder<RegionInfo.Builder,,- RegionInfo> - SdkPojo
- Enclosing class:
- RegionInfo
@Mutable
@NotThreadSafe
public static interface RegionInfo.Builder
extends SdkPojo, CopyableBuilder<RegionInfo.Builder,RegionInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionsseKmsKeyId(String sseKmsKeyId) The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.The status of the Amazon Web Services Region in the replication set.status(RegionStatus status) The status of the Amazon Web Services Region in the replication set.statusMessage(String statusMessage) Information displayed about the status of the Amazon Web Services Region.statusUpdateDateTime(Instant statusUpdateDateTime) The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sseKmsKeyIdThe ID of the KMS key used to encrypt the data in this Amazon Web Services Region. - Parameters:
- sseKmsKeyId- The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the Amazon Web Services Region in the replication set. - Parameters:
- status- The status of the Amazon Web Services Region in the replication set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the Amazon Web Services Region in the replication set. - Parameters:
- status- The status of the Amazon Web Services Region in the replication set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusMessageInformation displayed about the status of the Amazon Web Services Region. - Parameters:
- statusMessage- Information displayed about the status of the Amazon Web Services Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusUpdateDateTimeThe timestamp for when Incident Manager updated the status of the Amazon Web Services Region. - Parameters:
- statusUpdateDateTime- The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-