Class AwsRedshiftClusterHsmStatus
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterHsmStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>
@Generated("software.amazon.awssdk:codegen") public final class AwsRedshiftClusterHsmStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>
Information about whether an Amazon Redshift cluster finished applying any hardware changes to security module (HSM) settings that were specified in a modify cluster command.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRedshiftClusterHsmStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRedshiftClusterHsmStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhsmClientCertificateIdentifier()The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.StringhsmConfigurationIdentifier()The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsRedshiftClusterHsmStatus.Builder>serializableBuilderClass()Stringstatus()Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.AwsRedshiftClusterHsmStatus.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()
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
- Returns:
- The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
-
hsmConfigurationIdentifier
public final String hsmConfigurationIdentifier()
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
- Returns:
- The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
-
status
public final String status()
Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Type: String
Valid values:
active|applying- Returns:
- Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in
a modify cluster command.
Type: String
Valid values:
active|applying
-
toBuilder
public AwsRedshiftClusterHsmStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>
-
builder
public static AwsRedshiftClusterHsmStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRedshiftClusterHsmStatus.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-