public static interface ModifyHsmRequest.Builder extends CloudHSMRequest.Builder, CopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
Modifier and Type | Method and Description |
---|---|
ModifyHsmRequest.Builder |
eniIp(String eniIp)
The new IP address for the elastic network interface (ENI) attached to the HSM.
|
ModifyHsmRequest.Builder |
externalId(String externalId)
The new external ID.
|
ModifyHsmRequest.Builder |
hsmArn(String hsmArn)
The ARN of the HSM to modify.
|
ModifyHsmRequest.Builder |
iamRoleArn(String iamRoleArn)
The new IAM role ARN.
|
ModifyHsmRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyHsmRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyHsmRequest.Builder |
subnetId(String subnetId)
The new identifier of the subnet that the HSM is in.
|
ModifyHsmRequest.Builder |
syslogIp(String syslogIp)
The new IP address for the syslog monitoring server.
|
build
requestOverrideConfig
copy
apply, build
ModifyHsmRequest.Builder hsmArn(String hsmArn)
The ARN of the HSM to modify.
hsmArn
- The ARN of the HSM to modify.ModifyHsmRequest.Builder subnetId(String subnetId)
The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability Zone as the current subnet.
subnetId
- The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability
Zone as the current subnet.ModifyHsmRequest.Builder eniIp(String eniIp)
The new IP address for the elastic network interface (ENI) attached to the HSM.
If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet.
eniIp
- The new IP address for the elastic network interface (ENI) attached to the HSM.
If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet.
ModifyHsmRequest.Builder iamRoleArn(String iamRoleArn)
The new IAM role ARN.
iamRoleArn
- The new IAM role ARN.ModifyHsmRequest.Builder externalId(String externalId)
The new external ID.
externalId
- The new external ID.ModifyHsmRequest.Builder syslogIp(String syslogIp)
The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
syslogIp
- The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog
monitoring server.ModifyHsmRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ModifyHsmRequest.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.