public static interface DescribeHsmRequest.Builder extends CloudHsmRequest.Builder, CopyableBuilder<DescribeHsmRequest.Builder,DescribeHsmRequest>
Modifier and Type | Method and Description |
---|---|
DescribeHsmRequest.Builder |
hsmArn(String hsmArn)
The ARN of the HSM.
|
DescribeHsmRequest.Builder |
hsmSerialNumber(String hsmSerialNumber)
The serial number of the HSM.
|
DescribeHsmRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeHsmRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeHsmRequest.Builder hsmArn(String hsmArn)
The ARN of the HSM. Either the HsmArn
or the SerialNumber
parameter must be
specified.
hsmArn
- The ARN of the HSM. Either the HsmArn
or the SerialNumber
parameter must be
specified.DescribeHsmRequest.Builder hsmSerialNumber(String hsmSerialNumber)
The serial number of the HSM. Either the HsmArn
or the HsmSerialNumber
parameter
must be specified.
hsmSerialNumber
- The serial number of the HSM. Either the HsmArn
or the HsmSerialNumber
parameter must be specified.DescribeHsmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeHsmRequest.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.