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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteHsmRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteHsmRequest.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.