Interface ModifyInstanceAttributeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>,Ec2Request.Builder,SdkBuilder<ModifyInstanceAttributeRequest.Builder,ModifyInstanceAttributeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyInstanceAttributeRequest
@Mutable @NotThreadSafe 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.Builderattribute(String attribute)The name of the attribute to modify.ModifyInstanceAttributeRequest.Builderattribute(InstanceAttributeName attribute)The name of the attribute to modify.ModifyInstanceAttributeRequest.BuilderblockDeviceMappings(Collection<InstanceBlockDeviceMappingSpecification> blockDeviceMappings)Modifies theDeleteOnTerminationattribute for volumes that are currently attached.ModifyInstanceAttributeRequest.BuilderblockDeviceMappings(Consumer<InstanceBlockDeviceMappingSpecification.Builder>... blockDeviceMappings)Modifies theDeleteOnTerminationattribute for volumes that are currently attached.ModifyInstanceAttributeRequest.BuilderblockDeviceMappings(InstanceBlockDeviceMappingSpecification... blockDeviceMappings)Modifies theDeleteOnTerminationattribute for volumes that are currently attached.default ModifyInstanceAttributeRequest.BuilderdisableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop)Indicates whether an instance is enabled for stop protection.ModifyInstanceAttributeRequest.BuilderdisableApiStop(AttributeBooleanValue disableApiStop)Indicates whether an instance is enabled for stop protection.default ModifyInstanceAttributeRequest.BuilderdisableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)Enable or disable termination protection for the instance.ModifyInstanceAttributeRequest.BuilderdisableApiTermination(AttributeBooleanValue disableApiTermination)Enable or disable termination protection for the instance.ModifyInstanceAttributeRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.default ModifyInstanceAttributeRequest.BuilderebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized)Specifies whether the instance is optimized for Amazon EBS I/O.ModifyInstanceAttributeRequest.BuilderebsOptimized(AttributeBooleanValue ebsOptimized)Specifies whether the instance is optimized for Amazon EBS I/O.default ModifyInstanceAttributeRequest.BuilderenaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport)Set totrueto enable enhanced networking with ENA for the instance.ModifyInstanceAttributeRequest.BuilderenaSupport(AttributeBooleanValue enaSupport)Set totrueto enable enhanced networking with ENA for the instance.ModifyInstanceAttributeRequest.Buildergroups(String... groups)Replaces the security groups of the instance with the specified security groups.ModifyInstanceAttributeRequest.Buildergroups(Collection<String> groups)Replaces the security groups of the instance with the specified security groups.ModifyInstanceAttributeRequest.BuilderinstanceId(String instanceId)The ID of the instance.default ModifyInstanceAttributeRequest.BuilderinstanceInitiatedShutdownBehavior(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.BuilderinstanceInitiatedShutdownBehavior(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.BuilderinstanceType(Consumer<AttributeValue.Builder> instanceType)Changes the instance type to the specified value.ModifyInstanceAttributeRequest.BuilderinstanceType(AttributeValue instanceType)Changes the instance type to the specified value.default ModifyInstanceAttributeRequest.Builderkernel(Consumer<AttributeValue.Builder> kernel)Changes the instance's kernel to the specified value.ModifyInstanceAttributeRequest.Builderkernel(AttributeValue kernel)Changes the instance's kernel to the specified value.ModifyInstanceAttributeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyInstanceAttributeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ModifyInstanceAttributeRequest.Builderramdisk(Consumer<AttributeValue.Builder> ramdisk)Changes the instance's RAM disk to the specified value.ModifyInstanceAttributeRequest.Builderramdisk(AttributeValue ramdisk)Changes the instance's RAM disk to the specified value.default ModifyInstanceAttributeRequest.BuildersourceDestCheck(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.BuildersourceDestCheck(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.BuildersriovNetSupport(Consumer<AttributeValue.Builder> sriovNetSupport)Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.ModifyInstanceAttributeRequest.BuildersriovNetSupport(AttributeValue sriovNetSupport)Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.default ModifyInstanceAttributeRequest.BuilderuserData(Consumer<BlobAttributeValue.Builder> userData)Changes the instance's user data to the specified value.ModifyInstanceAttributeRequest.BuilderuserData(BlobAttributeValue userData)Changes the instance's user data to the specified value.ModifyInstanceAttributeRequest.Buildervalue(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, sdkFieldNameToField, 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.Builderavoiding the need to create one manually viaAttributeBooleanValue.builder().When the
Consumercompletes,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)
-
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.Builderavoiding the need to create one manually viaAttributeBooleanValue.builder().When the
Consumercompletes,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)
-
dryRun
ModifyInstanceAttributeRequest.Builder dryRun(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.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- 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.
-
attribute
ModifyInstanceAttributeRequest.Builder attribute(String 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|enclaveOptions- Parameters:
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|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.
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- Parameters:
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|enclaveOptions- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceAttributeName,InstanceAttributeName
-
value
ModifyInstanceAttributeRequest.Builder value(String value)
A new value for the attribute. Use only with the
kernel,ramdisk,userData,disableApiTermination, orinstanceInitiatedShutdownBehaviorattribute.- Parameters:
value- A new value for the attribute. Use only with thekernel,ramdisk,userData,disableApiTermination, orinstanceInitiatedShutdownBehaviorattribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockDeviceMappings
ModifyInstanceAttributeRequest.Builder blockDeviceMappings(Collection<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.
- Parameters:
blockDeviceMappings- Modifies theDeleteOnTerminationattribute 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockDeviceMappings
ModifyInstanceAttributeRequest.Builder blockDeviceMappings(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.
- Parameters:
blockDeviceMappings- Modifies theDeleteOnTerminationattribute 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.
- 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
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.
This is a convenience method that creates an instance of theInstanceBlockDeviceMappingSpecification.Builderavoiding the need to create one manually viaInstanceBlockDeviceMappingSpecification.builder().When the
Consumercompletes,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)
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.- Parameters:
disableApiTermination- Enable or disable termination protection for the instance. If the value istrue, 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:
- Returns a reference to this object so that method calls can be chained together.
-
disableApiTermination
default ModifyInstanceAttributeRequest.Builder disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)
Enable or disable termination protection for the instance. 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, command line interface, or API. You can't enable termination protection for Spot Instances.AttributeBooleanValue.Builderavoiding the need to create one manually viaAttributeBooleanValue.builder().When the
Consumercompletes,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)
-
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.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,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)
-
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.Builderavoiding the need to create one manually viaBlobAttributeValue.builder().When the
Consumercompletes,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)
-
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.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,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)
-
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.
-
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.Builderavoiding the need to create one manually viaAttributeBooleanValue.builder().When the
Consumercompletes,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)
-
sriovNetSupport
ModifyInstanceAttributeRequest.Builder sriovNetSupport(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.
- Parameters:
sriovNetSupport- Set tosimpleto 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
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.
This is a convenience method that creates an instance of theAttributeValue.Builderavoiding the need to create one manually viaAttributeValue.builder().When the
Consumercompletes,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)
-
enaSupport
ModifyInstanceAttributeRequest.Builder enaSupport(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.
- Parameters:
enaSupport- Set totrueto 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
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.
This is a convenience method that creates an instance of theAttributeBooleanValue.Builderavoiding the need to create one manually viaAttributeBooleanValue.builder().When the
Consumercompletes,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)
-
overrideConfiguration
ModifyInstanceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyInstanceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-