Interface ModifyInstanceAttributeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>
,Ec2Request.Builder
,SdkBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyInstanceAttributeRequest
public static interface ModifyInstanceAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ModifyInstanceAttributeRequest.Builder
attribute(String attribute)
The name of the attribute to modify.ModifyInstanceAttributeRequest.Builder
attribute(InstanceAttributeName attribute)
The name of the attribute to modify.ModifyInstanceAttributeRequest.Builder
blockDeviceMappings(Collection<InstanceBlockDeviceMappingSpecification> blockDeviceMappings)
Modifies theDeleteOnTermination
attribute for volumes that are currently attached.ModifyInstanceAttributeRequest.Builder
blockDeviceMappings(Consumer<InstanceBlockDeviceMappingSpecification.Builder>... blockDeviceMappings)
Modifies theDeleteOnTermination
attribute for volumes that are currently attached.ModifyInstanceAttributeRequest.Builder
blockDeviceMappings(InstanceBlockDeviceMappingSpecification... blockDeviceMappings)
Modifies theDeleteOnTermination
attribute for volumes that are currently attached.default ModifyInstanceAttributeRequest.Builder
disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop)
Indicates whether an instance is enabled for stop protection.ModifyInstanceAttributeRequest.Builder
disableApiStop(AttributeBooleanValue disableApiStop)
Indicates whether an instance is enabled for stop protection.default ModifyInstanceAttributeRequest.Builder
disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)
If the value istrue
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can.ModifyInstanceAttributeRequest.Builder
disableApiTermination(AttributeBooleanValue disableApiTermination)
If the value istrue
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can.ModifyInstanceAttributeRequest.Builder
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.default ModifyInstanceAttributeRequest.Builder
ebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized)
Specifies whether the instance is optimized for Amazon EBS I/O.ModifyInstanceAttributeRequest.Builder
ebsOptimized(AttributeBooleanValue ebsOptimized)
Specifies whether the instance is optimized for Amazon EBS I/O.default ModifyInstanceAttributeRequest.Builder
enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport)
Set totrue
to enable enhanced networking with ENA for the instance.ModifyInstanceAttributeRequest.Builder
enaSupport(AttributeBooleanValue enaSupport)
Set totrue
to enable enhanced networking with ENA for the instance.ModifyInstanceAttributeRequest.Builder
groups(String... groups)
Replaces the security groups of the instance with the specified security groups.ModifyInstanceAttributeRequest.Builder
groups(Collection<String> groups)
Replaces the security groups of the instance with the specified security groups.ModifyInstanceAttributeRequest.Builder
instanceId(String instanceId)
The ID of the instance.default ModifyInstanceAttributeRequest.Builder
instanceInitiatedShutdownBehavior(Consumer<AttributeValue.Builder> instanceInitiatedShutdownBehavior)
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).ModifyInstanceAttributeRequest.Builder
instanceInitiatedShutdownBehavior(AttributeValue instanceInitiatedShutdownBehavior)
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).default ModifyInstanceAttributeRequest.Builder
instanceType(Consumer<AttributeValue.Builder> instanceType)
Changes the instance type to the specified value.ModifyInstanceAttributeRequest.Builder
instanceType(AttributeValue instanceType)
Changes the instance type to the specified value.default ModifyInstanceAttributeRequest.Builder
kernel(Consumer<AttributeValue.Builder> kernel)
Changes the instance's kernel to the specified value.ModifyInstanceAttributeRequest.Builder
kernel(AttributeValue kernel)
Changes the instance's kernel to the specified value.ModifyInstanceAttributeRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyInstanceAttributeRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
default ModifyInstanceAttributeRequest.Builder
ramdisk(Consumer<AttributeValue.Builder> ramdisk)
Changes the instance's RAM disk to the specified value.ModifyInstanceAttributeRequest.Builder
ramdisk(AttributeValue ramdisk)
Changes the instance's RAM disk to the specified value.default ModifyInstanceAttributeRequest.Builder
sourceDestCheck(Consumer<AttributeBooleanValue.Builder> 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.ModifyInstanceAttributeRequest.Builder
sourceDestCheck(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.default ModifyInstanceAttributeRequest.Builder
sriovNetSupport(Consumer<AttributeValue.Builder> sriovNetSupport)
Set tosimple
to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.ModifyInstanceAttributeRequest.Builder
sriovNetSupport(AttributeValue sriovNetSupport)
Set tosimple
to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.default ModifyInstanceAttributeRequest.Builder
userData(Consumer<BlobAttributeValue.Builder> userData)
Changes the instance's user data to the specified value.ModifyInstanceAttributeRequest.Builder
userData(BlobAttributeValue userData)
Changes the instance's user data to the specified value.ModifyInstanceAttributeRequest.Builder
value(String value)
A new value for the attribute.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourceDestCheck
ModifyInstanceAttributeRequest.Builder sourceDestCheck(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.- Parameters:
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 istrue
, 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:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDestCheck
default ModifyInstanceAttributeRequest.Builder sourceDestCheck(Consumer<AttributeBooleanValue.Builder> 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
This is a convenience method that creates an instance of thetrue
, 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.AttributeBooleanValue.Builder
avoiding the need to create one manually viaAttributeBooleanValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceDestCheck(AttributeBooleanValue)
.- Parameters:
sourceDestCheck
- a consumer that will call methods onAttributeBooleanValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceDestCheck(AttributeBooleanValue)
-
attribute
ModifyInstanceAttributeRequest.Builder attribute(String attribute)
The name of the attribute to modify.
You can modify the following attributes only:
disableApiTermination
|instanceType
|kernel
|ramdisk
|instanceInitiatedShutdownBehavior
|blockDeviceMapping
|userData
|sourceDestCheck
|groupSet
|ebsOptimized
|sriovNetSupport
|enaSupport
|nvmeSupport
|disableApiStop
|enclaveOptions
- Parameters:
attribute
- The name of the attribute to modify.You can modify the following attributes only:
disableApiTermination
|instanceType
|kernel
|ramdisk
|instanceInitiatedShutdownBehavior
|blockDeviceMapping
|userData
|sourceDestCheck
|groupSet
|ebsOptimized
|sriovNetSupport
|enaSupport
|nvmeSupport
|disableApiStop
|enclaveOptions
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceAttributeName
,InstanceAttributeName
-
attribute
ModifyInstanceAttributeRequest.Builder attribute(InstanceAttributeName attribute)
The name of the attribute to modify.
You can modify the following attributes only:
disableApiTermination
|instanceType
|kernel
|ramdisk
|instanceInitiatedShutdownBehavior
|blockDeviceMapping
|userData
|sourceDestCheck
|groupSet
|ebsOptimized
|sriovNetSupport
|enaSupport
|nvmeSupport
|disableApiStop
|enclaveOptions
- Parameters:
attribute
- The name of the attribute to modify.You can modify the following attributes only:
disableApiTermination
|instanceType
|kernel
|ramdisk
|instanceInitiatedShutdownBehavior
|blockDeviceMapping
|userData
|sourceDestCheck
|groupSet
|ebsOptimized
|sriovNetSupport
|enaSupport
|nvmeSupport
|disableApiStop
|enclaveOptions
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceAttributeName
,InstanceAttributeName
-
blockDeviceMappings
ModifyInstanceAttributeRequest.Builder blockDeviceMappings(Collection<InstanceBlockDeviceMappingSpecification> blockDeviceMappings)
Modifies the
DeleteOnTermination
attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination
, the default istrue
and the volume is deleted when the instance is terminated. You can't modify theDeleteOnTermination
attribute for volumes that are attached to Fargate tasks.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.
- Parameters:
blockDeviceMappings
- Modifies theDeleteOnTermination
attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination
, the default istrue
and the volume is deleted when the instance is terminated. You can't modify theDeleteOnTermination
attribute for volumes that are attached to Fargate tasks.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockDeviceMappings
ModifyInstanceAttributeRequest.Builder blockDeviceMappings(InstanceBlockDeviceMappingSpecification... blockDeviceMappings)
Modifies the
DeleteOnTermination
attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination
, the default istrue
and the volume is deleted when the instance is terminated. You can't modify theDeleteOnTermination
attribute for volumes that are attached to Fargate tasks.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.
- Parameters:
blockDeviceMappings
- Modifies theDeleteOnTermination
attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination
, the default istrue
and the volume is deleted when the instance is terminated. You can't modify theDeleteOnTermination
attribute for volumes that are attached to Fargate tasks.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockDeviceMappings
ModifyInstanceAttributeRequest.Builder blockDeviceMappings(Consumer<InstanceBlockDeviceMappingSpecification.Builder>... blockDeviceMappings)
Modifies the
DeleteOnTermination
attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified forDeleteOnTermination
, the default istrue
and the volume is deleted when the instance is terminated. You can't modify theDeleteOnTermination
attribute for volumes that are attached to Fargate tasks.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.
This is a convenience method that creates an instance of theInstanceBlockDeviceMappingSpecification.Builder
avoiding the need to create one manually viaInstanceBlockDeviceMappingSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#blockDeviceMappings(List
.) - Parameters:
blockDeviceMappings
- a consumer that will call methods onInstanceBlockDeviceMappingSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#blockDeviceMappings(java.util.Collection
)
-
disableApiTermination
ModifyInstanceAttributeRequest.Builder disableApiTermination(AttributeBooleanValue disableApiTermination)
If the value is
true
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.- Parameters:
disableApiTermination
- If the value istrue
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disableApiTermination
default ModifyInstanceAttributeRequest.Builder disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)
If the value is
This is a convenience method that creates an instance of thetrue
, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.AttributeBooleanValue.Builder
avoiding the need to create one manually viaAttributeBooleanValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todisableApiTermination(AttributeBooleanValue)
.- Parameters:
disableApiTermination
- a consumer that will call methods onAttributeBooleanValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
disableApiTermination(AttributeBooleanValue)
-
dryRun
ModifyInstanceAttributeRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebsOptimized
ModifyInstanceAttributeRequest.Builder ebsOptimized(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
ebsOptimized
default ModifyInstanceAttributeRequest.Builder ebsOptimized(Consumer<AttributeBooleanValue.Builder> 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.
This is a convenience method that creates an instance of theAttributeBooleanValue.Builder
avoiding the need to create one manually viaAttributeBooleanValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toebsOptimized(AttributeBooleanValue)
.- Parameters:
ebsOptimized
- a consumer that will call methods onAttributeBooleanValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ebsOptimized(AttributeBooleanValue)
-
enaSupport
ModifyInstanceAttributeRequest.Builder enaSupport(AttributeBooleanValue enaSupport)
Set to
true
to 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.
- Parameters:
enaSupport
- Set totrue
to 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:
- Returns a reference to this object so that method calls can be chained together.
-
enaSupport
default ModifyInstanceAttributeRequest.Builder enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport)
Set to
true
to 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.
This is a convenience method that creates an instance of theAttributeBooleanValue.Builder
avoiding the need to create one manually viaAttributeBooleanValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toenaSupport(AttributeBooleanValue)
.- Parameters:
enaSupport
- a consumer that will call methods onAttributeBooleanValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
enaSupport(AttributeBooleanValue)
-
groups
ModifyInstanceAttributeRequest.Builder groups(Collection<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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
ModifyInstanceAttributeRequest.Builder groups(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
ModifyInstanceAttributeRequest.Builder instanceId(String instanceId)
The ID of the instance.
- Parameters:
instanceId
- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInitiatedShutdownBehavior
ModifyInstanceAttributeRequest.Builder instanceInitiatedShutdownBehavior(AttributeValue instanceInitiatedShutdownBehavior)
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- Parameters:
instanceInitiatedShutdownBehavior
- Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInitiatedShutdownBehavior
default ModifyInstanceAttributeRequest.Builder instanceInitiatedShutdownBehavior(Consumer<AttributeValue.Builder> instanceInitiatedShutdownBehavior)
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
This is a convenience method that creates an instance of theAttributeValue.Builder
avoiding the need to create one manually viaAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstanceInitiatedShutdownBehavior(AttributeValue)
.- Parameters:
instanceInitiatedShutdownBehavior
- a consumer that will call methods onAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
instanceInitiatedShutdownBehavior(AttributeValue)
-
instanceType
ModifyInstanceAttributeRequest.Builder instanceType(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
.- Parameters:
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 isInvalidInstanceAttributeValue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
default ModifyInstanceAttributeRequest.Builder instanceType(Consumer<AttributeValue.Builder> 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
This is a convenience method that creates an instance of theInvalidInstanceAttributeValue
.AttributeValue.Builder
avoiding the need to create one manually viaAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstanceType(AttributeValue)
.- Parameters:
instanceType
- a consumer that will call methods onAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
instanceType(AttributeValue)
-
kernel
ModifyInstanceAttributeRequest.Builder kernel(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
kernel
default ModifyInstanceAttributeRequest.Builder kernel(Consumer<AttributeValue.Builder> 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.
This is a convenience method that creates an instance of theAttributeValue.Builder
avoiding the need to create one manually viaAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokernel(AttributeValue)
.- Parameters:
kernel
- a consumer that will call methods onAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kernel(AttributeValue)
-
ramdisk
ModifyInstanceAttributeRequest.Builder ramdisk(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
ramdisk
default ModifyInstanceAttributeRequest.Builder ramdisk(Consumer<AttributeValue.Builder> 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.
This is a convenience method that creates an instance of theAttributeValue.Builder
avoiding the need to create one manually viaAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toramdisk(AttributeValue)
.- Parameters:
ramdisk
- a consumer that will call methods onAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ramdisk(AttributeValue)
-
sriovNetSupport
ModifyInstanceAttributeRequest.Builder sriovNetSupport(AttributeValue sriovNetSupport)
Set to
simple
to 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.
- Parameters:
sriovNetSupport
- Set tosimple
to 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:
- Returns a reference to this object so that method calls can be chained together.
-
sriovNetSupport
default ModifyInstanceAttributeRequest.Builder sriovNetSupport(Consumer<AttributeValue.Builder> sriovNetSupport)
Set to
simple
to 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.
This is a convenience method that creates an instance of theAttributeValue.Builder
avoiding the need to create one manually viaAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosriovNetSupport(AttributeValue)
.- Parameters:
sriovNetSupport
- a consumer that will call methods onAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sriovNetSupport(AttributeValue)
-
userData
ModifyInstanceAttributeRequest.Builder userData(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
userData
default ModifyInstanceAttributeRequest.Builder userData(Consumer<BlobAttributeValue.Builder> 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.
This is a convenience method that creates an instance of theBlobAttributeValue.Builder
avoiding the need to create one manually viaBlobAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserData(BlobAttributeValue)
.- Parameters:
userData
- a consumer that will call methods onBlobAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
userData(BlobAttributeValue)
-
value
ModifyInstanceAttributeRequest.Builder value(String value)
A new value for the attribute. Use only with the
kernel
,ramdisk
,userData
,disableApiTermination
, orinstanceInitiatedShutdownBehavior
attribute.- Parameters:
value
- A new value for the attribute. Use only with thekernel
,ramdisk
,userData
,disableApiTermination
, orinstanceInitiatedShutdownBehavior
attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disableApiStop
ModifyInstanceAttributeRequest.Builder disableApiStop(AttributeBooleanValue disableApiStop)
Indicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.
- Parameters:
disableApiStop
- Indicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disableApiStop
default ModifyInstanceAttributeRequest.Builder disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop)
Indicates whether an instance is enabled for stop protection. For more information, see Enable stop protection for your instance.
This is a convenience method that creates an instance of theAttributeBooleanValue.Builder
avoiding the need to create one manually viaAttributeBooleanValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todisableApiStop(AttributeBooleanValue)
.- Parameters:
disableApiStop
- a consumer that will call methods onAttributeBooleanValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
disableApiStop(AttributeBooleanValue)
-
overrideConfiguration
ModifyInstanceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyInstanceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-