Class ModifyHsmRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudhsm.model.CloudHsmRequest
-
- software.amazon.awssdk.services.cloudhsm.model.ModifyHsmRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyHsmRequest extends CloudHsmRequest implements ToCopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>
Contains the inputs for the ModifyHsm operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyHsmRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyHsmRequest.Builderbuilder()StringeniIp()The new IP address for the elastic network interface (ENI) attached to the HSM.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalId()The new external ID.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhsmArn()The ARN of the HSM to modify.StringiamRoleArn()The new IAM role ARN.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModifyHsmRequest.Builder>serializableBuilderClass()StringsubnetId()The new identifier of the subnet that the HSM is in.StringsyslogIp()The new IP address for the syslog monitoring server.ModifyHsmRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hsmArn
public final String hsmArn()
The ARN of the HSM to modify.
- Returns:
- The ARN of the HSM to modify.
-
subnetId
public final 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.
- Returns:
- 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.
-
eniIp
public final 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.
- Returns:
- 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.
-
iamRoleArn
public final String iamRoleArn()
The new IAM role ARN.
- Returns:
- The new IAM role ARN.
-
externalId
public final String externalId()
The new external ID.
- Returns:
- The new external ID.
-
syslogIp
public final String syslogIp()
The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
- Returns:
- The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
-
toBuilder
public ModifyHsmRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyHsmRequest.Builder,ModifyHsmRequest>- Specified by:
toBuilderin classCloudHsmRequest
-
builder
public static ModifyHsmRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyHsmRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-