public static interface CreateHsmConfigurationRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>
Modifier and Type | Method and Description |
---|---|
CreateHsmConfigurationRequest.Builder |
description(String description)
A text description of the HSM configuration to be created.
|
CreateHsmConfigurationRequest.Builder |
hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration.
|
CreateHsmConfigurationRequest.Builder |
hsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
|
CreateHsmConfigurationRequest.Builder |
hsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption
keys.
|
CreateHsmConfigurationRequest.Builder |
hsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition.
|
CreateHsmConfigurationRequest.Builder |
hsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file.
|
CreateHsmConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateHsmConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateHsmConfigurationRequest.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmConfigurationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
CreateHsmConfigurationRequest.Builder |
tags(Tag... tags)
A list of tag instances.
|
build
overrideConfiguration
copy
applyMutation, build
CreateHsmConfigurationRequest.Builder hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration.
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM configuration.CreateHsmConfigurationRequest.Builder description(String description)
A text description of the HSM configuration to be created.
description
- A text description of the HSM configuration to be created.CreateHsmConfigurationRequest.Builder hsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the HSM.CreateHsmConfigurationRequest.Builder hsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database
encryption keys.CreateHsmConfigurationRequest.Builder hsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition.
hsmPartitionPassword
- The password required to access the HSM partition.CreateHsmConfigurationRequest.Builder hsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.CreateHsmConfigurationRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.CreateHsmConfigurationRequest.Builder tags(Tag... tags)
A list of tag instances.
tags
- A list of tag instances.CreateHsmConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateHsmConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateHsmConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.