Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceAttribute |
InstanceAttribute.clone() |
InstanceAttribute |
DescribeInstanceAttributeResult.getInstanceAttribute()
Describes an instance attribute.
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance.
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mapping of the instance.
|
InstanceAttribute |
InstanceAttribute.withDisableApiStop(Boolean disableApiStop)
To enable the instance for Amazon Web Services Stop Protection, set this parameter to
true ;
otherwise, set it to false . |
InstanceAttribute |
InstanceAttribute.withDisableApiTermination(Boolean disableApiTermination)
If the value is
true , you can't terminate the instance through the Amazon EC2 console, CLI, or API;
otherwise, you can. |
InstanceAttribute |
InstanceAttribute.withEbsOptimized(Boolean ebsOptimized)
Indicates whether the instance is optimized for Amazon EBS I/O.
|
InstanceAttribute |
InstanceAttribute.withEnaSupport(Boolean enaSupport)
Indicates whether enhanced networking with ENA is enabled.
|
InstanceAttribute |
InstanceAttribute.withEnclaveOptions(EnclaveOptions enclaveOptions)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true ;
otherwise, set it to false . |
InstanceAttribute |
InstanceAttribute.withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
InstanceAttribute |
InstanceAttribute.withGroups(GroupIdentifier... groups)
The security groups associated with the instance.
|
InstanceAttribute |
InstanceAttribute.withInstanceId(String instanceId)
The ID of the instance.
|
InstanceAttribute |
InstanceAttribute.withInstanceInitiatedShutdownBehavior(String instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
InstanceAttribute |
InstanceAttribute.withInstanceType(String instanceType)
The instance type.
|
InstanceAttribute |
InstanceAttribute.withKernelId(String kernelId)
The kernel ID.
|
InstanceAttribute |
InstanceAttribute.withProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
|
InstanceAttribute |
InstanceAttribute.withProductCodes(ProductCode... productCodes)
A list of product codes.
|
InstanceAttribute |
InstanceAttribute.withRamdiskId(String ramdiskId)
The RAM disk ID.
|
InstanceAttribute |
InstanceAttribute.withRootDeviceName(String rootDeviceName)
The device name of the root device volume (for example,
/dev/sda1 ). |
InstanceAttribute |
InstanceAttribute.withSourceDestCheck(Boolean 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.
|
InstanceAttribute |
InstanceAttribute.withSriovNetSupport(String sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
InstanceAttribute |
InstanceAttribute.withUserData(String userData)
The user data.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceAttributeResult.setInstanceAttribute(InstanceAttribute instanceAttribute)
Describes an instance attribute.
|
DescribeInstanceAttributeResult |
DescribeInstanceAttributeResult.withInstanceAttribute(InstanceAttribute instanceAttribute)
Describes an instance attribute.
|
Copyright © 2023. All rights reserved.