public static interface DeleteHsmRequest.Builder extends CloudHsmV2Request.Builder, CopyableBuilder<DeleteHsmRequest.Builder,DeleteHsmRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteHsmRequest.Builder |
clusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
|
DeleteHsmRequest.Builder |
eniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest.Builder |
eniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest.Builder |
hsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
|
DeleteHsmRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteHsmRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteHsmRequest.Builder clusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
clusterId - The identifier (ID) of the cluster that contains the HSM that you are deleting.DeleteHsmRequest.Builder hsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
hsmId - The identifier (ID) of the HSM that you are deleting.DeleteHsmRequest.Builder eniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
eniId - The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.DeleteHsmRequest.Builder eniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
eniIp - The IP address of the elastic network interface (ENI) of the HSM that you are deleting.DeleteHsmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteHsmRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.