Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateHsmRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
Contains the inputs for the CreateHsm operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateHsmRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateHsmRequest.Builder |
builder() |
|
String |
clientToken() |
A user-defined token to ensure idempotence.
|
String |
eniIp() |
The IP address to assign to the HSM's ENI.
|
boolean |
equals(Object obj) |
|
String |
externalId() |
The external ID from IamRoleArn, if present.
|
int |
hashCode() |
|
String |
iamRoleArn() |
The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.
|
static Class<? extends CreateHsmRequest.Builder> |
serializableBuilderClass() |
|
String |
sshKey() |
The SSH public key to install on the HSM.
|
String |
subnetId() |
The identifier of the subnet in your VPC in which to place the HSM.
|
String |
subscriptionType() |
|
String |
syslogIp() |
The IP address for the syslog monitoring server.
|
CreateHsmRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String subnetId()
The identifier of the subnet in your VPC in which to place the HSM.
public String sshKey()
The SSH public key to install on the HSM.
public 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.
If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.
public String iamRoleArn()
The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.
public String externalId()
The external ID from IamRoleArn, if present.
public String subscriptionType()
SubscriptionType
public String clientToken()
A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.
public String syslogIp()
The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
public CreateHsmRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
public static CreateHsmRequest.Builder builder()
public static Class<? extends CreateHsmRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.