public static interface DescribeHsmRequest.Builder extends CloudHsmRequest.Builder, SdkPojo, 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) |
DescribeHsmRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHsmRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeHsmRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.