Interface CreateHsmRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudHsmV2Request.Builder,CopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>,SdkBuilder<CreateHsmRequest.Builder,CreateHsmRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateHsmRequest
public static interface CreateHsmRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateHsmRequest.BuilderavailabilityZone(String availabilityZone)The Availability Zone where you are creating the HSM.CreateHsmRequest.BuilderclusterId(String clusterId)The identifier (ID) of the HSM's cluster.CreateHsmRequest.BuilderipAddress(String ipAddress)The HSM's IP address.CreateHsmRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateHsmRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterId
CreateHsmRequest.Builder clusterId(String clusterId)
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
- Parameters:
clusterId- The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
CreateHsmRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
- Parameters:
availabilityZone- The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateHsmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHsmRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-