public static interface CreateHsmRequest.Builder extends CloudHsmV2Request.Builder, CopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
Modifier and Type | Method and Description |
---|---|
CreateHsmRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM.
|
CreateHsmRequest.Builder |
clusterId(String clusterId)
The identifier (ID) of the HSM's cluster.
|
CreateHsmRequest.Builder |
ipAddress(String ipAddress)
The HSM's IP address.
|
CreateHsmRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateHsmRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateHsmRequest.Builder clusterId(String clusterId)
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
clusterId
- The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.CreateHsmRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
availabilityZone
- The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use
DescribeClusters.CreateHsmRequest.Builder ipAddress(String ipAddress)
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
ipAddress
- The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps
to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is
chosen for you from that subnet.CreateHsmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateHsmRequest.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.