Class HsmStatus
- java.lang.Object
-
- software.amazon.awssdk.services.redshift.model.HsmStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HsmStatus.Builder,HsmStatus>
@Generated("software.amazon.awssdk:codegen") public final class HsmStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HsmStatus.Builder,HsmStatus>
Describes the status of changes to HSM settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHsmStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HsmStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhsmClientCertificateIdentifier()Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.StringhsmConfigurationIdentifier()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.List<SdkField<?>>sdkFields()static Class<? extends HsmStatus.Builder>serializableBuilderClass()Stringstatus()Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.HsmStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hsmClientCertificateIdentifier
public final 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.
- Returns:
- Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
-
hsmConfigurationIdentifier
public final 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.
- Returns:
- 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.
-
status
public final String status()
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
- Returns:
- Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a
modify cluster command.
Values: active, applying
-
toBuilder
public HsmStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HsmStatus.Builder,HsmStatus>
-
builder
public static HsmStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends HsmStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-