public static interface CreateHsmRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, 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) |
CreateHsmRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHsmRequest.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)
overrideConfiguration in interface AwsRequest.BuilderCreateHsmRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.