| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeBooleanValue.Builder |
AttributeBooleanValue.builder() |
AttributeBooleanValue.Builder |
AttributeBooleanValue.toBuilder() |
AttributeBooleanValue.Builder |
AttributeBooleanValue.Builder.value(Boolean value)
The attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeBooleanValue.Builder> |
AttributeBooleanValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(Consumer<AttributeBooleanValue.Builder> assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. |
default ModifyVolumeAttributeRequest.Builder |
ModifyVolumeAttributeRequest.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
|
default DescribeVolumeAttributeResponse.Builder |
DescribeVolumeAttributeResponse.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO)
The state of
autoEnableIO attribute. |
default ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)
If the value is
true, you can't terminate the instance using the Amazon EC2 console, CLI, or
API; otherwise, you can. |
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination)
If the value is
true, you can't terminate the instance through the Amazon EC2 console, CLI, or
API; otherwise, you can. |
default ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.ebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized)
Specifies whether the instance is optimized for Amazon EBS I/O.
|
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.ebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized)
Indicates whether the instance is optimized for Amazon EBS I/O.
|
default DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
default ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
default DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport)
Indicates whether DNS resolution is enabled for the VPC.
|
default ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
default ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport)
Set to
true to enable enhanced networking with ENA for the instance. |
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport)
Indicates whether enhanced networking with ENA is enabled.
|
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapPublicIpOnLaunch)
Specify
true to indicate that ENIs attached to instances created in the specified subnet should
be assigned a public IPv4 address. |
default ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck)
Specifies whether source/destination checking is enabled.
|
default DescribeNetworkInterfaceAttributeResponse.Builder |
DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
default ModifyNetworkInterfaceAttributeRequest.Builder |
ModifyNetworkInterfaceAttributeRequest.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
Copyright © 2020. All rights reserved.