Class ModifyInstanceAttributeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ec2.model.Ec2Request
-
- software.amazon.awssdk.services.ec2.model.ModifyInstanceAttributeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyInstanceAttributeRequest extends Ec2Request implements ToCopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyInstanceAttributeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceAttributeNameattribute()The name of the attribute to modify.StringattributeAsString()The name of the attribute to modify.List<InstanceBlockDeviceMappingSpecification>blockDeviceMappings()Modifies theDeleteOnTerminationattribute for volumes that are currently attached.static ModifyInstanceAttributeRequest.Builderbuilder()AttributeBooleanValuedisableApiStop()Indicates whether an instance is enabled for stop protection.AttributeBooleanValuedisableApiTermination()Enable or disable termination protection for the instance.BooleandryRun()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.AttributeBooleanValueebsOptimized()Specifies whether the instance is optimized for Amazon EBS I/O.AttributeBooleanValueenaSupport()Set totrueto enable enhanced networking with ENA for the instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<String>groups()Replaces the security groups of the instance with the specified security groups.booleanhasBlockDeviceMappings()For responses, this returns true if the service returned a value for the BlockDeviceMappings property.booleanhasGroups()For responses, this returns true if the service returned a value for the Groups property.inthashCode()StringinstanceId()The ID of the instance.AttributeValueinstanceInitiatedShutdownBehavior()Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).AttributeValueinstanceType()Changes the instance type to the specified value.AttributeValuekernel()Changes the instance's kernel to the specified value.AttributeValueramdisk()Changes the instance's RAM disk to the specified value.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModifyInstanceAttributeRequest.Builder>serializableBuilderClass()AttributeBooleanValuesourceDestCheck()Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.AttributeValuesriovNetSupport()Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.ModifyInstanceAttributeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.BlobAttributeValueuserData()Changes the instance's user data to the specified value.Stringvalue()A new value for the attribute.-
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
-
sourceDestCheck
public final AttributeBooleanValue sourceDestCheck()
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is
true, source/destination checks are enabled; otherwise, they are disabled. The default value istrue. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.- Returns:
- Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives. If the value is
true, source/destination checks are enabled; otherwise, they are disabled. The default value istrue. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
-
disableApiStop
public final AttributeBooleanValue disableApiStop()
Indicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.
- Returns:
- Indicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.
-
dryRun
public final Boolean dryRun()
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Checks whether you have the required permissions for the operation, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.
-
instanceId
public final String instanceId()
The ID of the instance.
- Returns:
- The ID of the instance.
-
attribute
public final InstanceAttributeName attribute()
The name of the attribute to modify.
When changing the instance type: If the original instance type is configured for configurable bandwidth, and the desired instance type doesn't support configurable bandwidth, first set the existing bandwidth configuration to
defaultusing the ModifyInstanceNetworkPerformanceOptions operation.You can modify the following attributes only:
disableApiTermination|instanceType|kernel|ramdisk|instanceInitiatedShutdownBehavior|blockDeviceMapping|userData|sourceDestCheck|groupSet|ebsOptimized|sriovNetSupport|enaSupport|nvmeSupport|disableApiStop|enclaveOptionsIf the service returns an enum value that is not available in the current SDK version,
attributewill returnInstanceAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The name of the attribute to modify.
When changing the instance type: If the original instance type is configured for configurable bandwidth, and the desired instance type doesn't support configurable bandwidth, first set the existing bandwidth configuration to
defaultusing the ModifyInstanceNetworkPerformanceOptions operation.You can modify the following attributes only:
disableApiTermination|instanceType|kernel|ramdisk|instanceInitiatedShutdownBehavior|blockDeviceMapping|userData|sourceDestCheck|groupSet|ebsOptimized|sriovNetSupport|enaSupport|nvmeSupport|disableApiStop|enclaveOptions - See Also:
InstanceAttributeName
-
attributeAsString
public final String attributeAsString()
The name of the attribute to modify.
When changing the instance type: If the original instance type is configured for configurable bandwidth, and the desired instance type doesn't support configurable bandwidth, first set the existing bandwidth configuration to
defaultusing the ModifyInstanceNetworkPerformanceOptions operation.You can modify the following attributes only:
disableApiTermination|instanceType|kernel|ramdisk|instanceInitiatedShutdownBehavior|blockDeviceMapping|userData|sourceDestCheck|groupSet|ebsOptimized|sriovNetSupport|enaSupport|nvmeSupport|disableApiStop|enclaveOptionsIf the service returns an enum value that is not available in the current SDK version,
attributewill returnInstanceAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The name of the attribute to modify.
When changing the instance type: If the original instance type is configured for configurable bandwidth, and the desired instance type doesn't support configurable bandwidth, first set the existing bandwidth configuration to
defaultusing the ModifyInstanceNetworkPerformanceOptions operation.You can modify the following attributes only:
disableApiTermination|instanceType|kernel|ramdisk|instanceInitiatedShutdownBehavior|blockDeviceMapping|userData|sourceDestCheck|groupSet|ebsOptimized|sriovNetSupport|enaSupport|nvmeSupport|disableApiStop|enclaveOptions - See Also:
InstanceAttributeName
-
value
public final String value()
A new value for the attribute. Use only with the
kernel,ramdisk,userData,disableApiTermination, orinstanceInitiatedShutdownBehaviorattribute.- Returns:
- A new value for the attribute. Use only with the
kernel,ramdisk,userData,disableApiTermination, orinstanceInitiatedShutdownBehaviorattribute.
-
hasBlockDeviceMappings
public final boolean hasBlockDeviceMappings()
For responses, this returns true if the service returned a value for the BlockDeviceMappings property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
blockDeviceMappings
public final List<InstanceBlockDeviceMappingSpecification> blockDeviceMappings()
Modifies the
DeleteOnTerminationattribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination, the default istrueand the volume is deleted when the instance is terminated. You can't modify theDeleteOnTerminationattribute for volumes that are attached to Amazon Web Services-managed resources.To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Update the block device mapping when launching an instance in the Amazon EC2 User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasBlockDeviceMappings()method.- Returns:
- Modifies the
DeleteOnTerminationattribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination, the default istrueand the volume is deleted when the instance is terminated. You can't modify theDeleteOnTerminationattribute for volumes that are attached to Amazon Web Services-managed resources.To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Update the block device mapping when launching an instance in the Amazon EC2 User Guide.
-
disableApiTermination
public final AttributeBooleanValue disableApiTermination()
Enable or disable termination protection for the instance. If the value is
true, you can't terminate the instance using the Amazon EC2 console, command line interface, or API. You can't enable termination protection for Spot Instances.- Returns:
- Enable or disable termination protection for the instance. If the value is
true, you can't terminate the instance using the Amazon EC2 console, command line interface, or API. You can't enable termination protection for Spot Instances.
-
instanceType
public final AttributeValue instanceType()
Changes the instance type to the specified value. For more information, see Instance types in the Amazon EC2 User Guide. If the instance type is not valid, the error returned is
InvalidInstanceAttributeValue.- Returns:
- Changes the instance type to the specified value. For more information, see Instance types in the
Amazon EC2 User Guide. If the instance type is not valid, the error returned is
InvalidInstanceAttributeValue.
-
kernel
public final AttributeValue kernel()
Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
- Returns:
- Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
-
ramdisk
public final AttributeValue ramdisk()
Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
- Returns:
- Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.
-
userData
public final BlobAttributeValue userData()
Changes the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see Work with instance user data.
- Returns:
- Changes the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see Work with instance user data.
-
instanceInitiatedShutdownBehavior
public final AttributeValue instanceInitiatedShutdownBehavior()
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- Returns:
- Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
-
hasGroups
public final boolean hasGroups()
For responses, this returns true if the service returned a value for the Groups property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
groups
public final List<String> groups()
Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it's just the default security group for the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasGroups()method.- Returns:
- Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it's just the default security group for the VPC.
-
ebsOptimized
public final AttributeBooleanValue ebsOptimized()
Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.
- Returns:
- Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.
-
sriovNetSupport
public final AttributeValue sriovNetSupport()
Set to
simpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.
This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
- Returns:
- Set to
simpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.
This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
-
enaSupport
public final AttributeBooleanValue enaSupport()
Set to
trueto enable enhanced networking with ENA for the instance.This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
- Returns:
- Set to
trueto enable enhanced networking with ENA for the instance.This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.
-
toBuilder
public ModifyInstanceAttributeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>- Specified by:
toBuilderin classEc2Request
-
builder
public static ModifyInstanceAttributeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyInstanceAttributeRequest.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
-
-