Uses of Interface
software.amazon.awssdk.services.redshift.model.HsmConfiguration.Builder
-
Packages that use HsmConfiguration.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of HsmConfiguration.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return HsmConfiguration.Builder Modifier and Type Method Description static HsmConfiguration.BuilderHsmConfiguration. builder()HsmConfiguration.BuilderHsmConfiguration.Builder. description(String description)A text description of the HSM configuration.HsmConfiguration.BuilderHsmConfiguration.Builder. hsmConfigurationIdentifier(String hsmConfigurationIdentifier)The name of the Amazon Redshift HSM configuration.HsmConfiguration.BuilderHsmConfiguration.Builder. hsmIpAddress(String hsmIpAddress)The IP address that the Amazon Redshift cluster must use to access the HSM.HsmConfiguration.BuilderHsmConfiguration.Builder. hsmPartitionName(String hsmPartitionName)The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.HsmConfiguration.BuilderHsmConfiguration.Builder. tags(Collection<Tag> tags)The list of tags for the HSM configuration.HsmConfiguration.BuilderHsmConfiguration.Builder. tags(Consumer<Tag.Builder>... tags)The list of tags for the HSM configuration.HsmConfiguration.BuilderHsmConfiguration.Builder. tags(Tag... tags)The list of tags for the HSM configuration.HsmConfiguration.BuilderHsmConfiguration. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type HsmConfiguration.Builder Modifier and Type Method Description static Class<? extends HsmConfiguration.Builder>HsmConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type HsmConfiguration.Builder Modifier and Type Method Description default CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse.Builder. hsmConfiguration(Consumer<HsmConfiguration.Builder> hsmConfiguration)Sets the value of the HsmConfiguration property for this object.
-