CopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
, SdkBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
public static interface ModifyHsmRequest.Builder extends CopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
Modifier and Type | Method | 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 |
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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.