@Generated(value="software.amazon.awssdk:codegen") public final class CreateHsmRequest extends CloudHsmV2Request implements ToCopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateHsmRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone where you are creating the HSM.
|
static CreateHsmRequest.Builder |
builder() |
String |
clusterId()
The identifier (ID) of the HSM's cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddress()
The HSM's IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateHsmRequest.Builder> |
serializableBuilderClass() |
CreateHsmRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterId()
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
public final String availabilityZone()
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
public final String ipAddress()
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
public CreateHsmRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateHsmRequest.Builder,CreateHsmRequest>toBuilder in class CloudHsmV2Requestpublic static CreateHsmRequest.Builder builder()
public static Class<? extends CreateHsmRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.