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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateHsmRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateHsmRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.