public static interface DeleteHsmRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteHsmRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteHsmRequest.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.