@Generated(value="software.amazon.awssdk:codegen") public final class HsmStatus extends Object implements ToCopyableBuilder<HsmStatus.Builder,HsmStatus>
Describes the status of changes to HSM settings.
Modifier and Type | Class and Description |
---|---|
static interface |
HsmStatus.Builder |
Modifier and Type | Method and Description |
---|---|
static HsmStatus.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hsmClientCertificateIdentifier()
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption
keys stored in an HSM.
|
String |
hsmConfigurationIdentifier()
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to
retrieve and store keys in an HSM.
|
static Class<? extends HsmStatus.Builder> |
serializableBuilderClass() |
String |
status()
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify
cluster command.
|
HsmStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String hsmClientCertificateIdentifier()
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
public String hsmConfigurationIdentifier()
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
public String status()
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
Values: active, applying
public HsmStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HsmStatus.Builder,HsmStatus>
public static HsmStatus.Builder builder()
public static Class<? extends HsmStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.