CopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
, SdkBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
public static interface CreateHsmRequest.Builder extends CopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateHsmRequest.Builder |
clientToken(String clientToken) |
A user-defined token to ensure idempotence.
|
CreateHsmRequest.Builder |
eniIp(String eniIp) |
The IP address to assign to the HSM's ENI.
|
CreateHsmRequest.Builder |
externalId(String externalId) |
The external ID from IamRoleArn, if present.
|
CreateHsmRequest.Builder |
iamRoleArn(String iamRoleArn) |
The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.
|
CreateHsmRequest.Builder |
sshKey(String sshKey) |
The SSH public key to install on the HSM.
|
CreateHsmRequest.Builder |
subnetId(String subnetId) |
The identifier of the subnet in your VPC in which to place the HSM.
|
CreateHsmRequest.Builder |
subscriptionType(String subscriptionType) |
|
CreateHsmRequest.Builder |
subscriptionType(SubscriptionType subscriptionType) |
|
CreateHsmRequest.Builder |
syslogIp(String syslogIp) |
The IP address for the syslog monitoring server.
|
copy
apply, build
CreateHsmRequest.Builder subnetId(String subnetId)
The identifier of the subnet in your VPC in which to place the HSM.
subnetId
- The identifier of the subnet in your VPC in which to place the HSM.CreateHsmRequest.Builder sshKey(String sshKey)
The SSH public key to install on the HSM.
sshKey
- The SSH public key to install on the HSM.CreateHsmRequest.Builder eniIp(String eniIp)
The IP address to assign to the HSM's ENI.
If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.
eniIp
- The IP address to assign to the HSM's ENI.
If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.
CreateHsmRequest.Builder iamRoleArn(String iamRoleArn)
The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.
iamRoleArn
- The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.CreateHsmRequest.Builder externalId(String externalId)
The external ID from IamRoleArn, if present.
externalId
- The external ID from IamRoleArn, if present.CreateHsmRequest.Builder subscriptionType(String subscriptionType)
subscriptionType
- SubscriptionType
CreateHsmRequest.Builder subscriptionType(SubscriptionType subscriptionType)
subscriptionType
- SubscriptionType
CreateHsmRequest.Builder clientToken(String clientToken)
A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.
clientToken
- A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token
will be ignored.CreateHsmRequest.Builder syslogIp(String syslogIp)
The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
syslogIp
- The 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.