| 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 DescribeVolumeAttributeResponse.Builder |
DescribeVolumeAttributeResponse.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO)
The state of
autoEnableIO attribute. |
default ModifyVolumeAttributeRequest.Builder |
ModifyVolumeAttributeRequest.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
|
default ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop)
Indicates whether an instance is enabled for stop protection.
|
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop)
To enable the instance for Amazon Web Services Stop Protection, set this parameter to
true;
otherwise, set it to false. |
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 ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(Consumer<AttributeBooleanValue.Builder> disableLniAtDeviceIndex)
Specify
true to indicate that local network interfaces at the current position should be
disabled. |
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 ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableDns64(Consumer<AttributeBooleanValue.Builder> enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
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.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
default ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
default DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport)
Indicates whether DNS resolution is enabled for the VPC.
|
default ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableNetworkAddressUsageMetrics(Consumer<AttributeBooleanValue.Builder> enableNetworkAddressUsageMetrics)
Indicates whether Network Address Usage metrics are enabled for your VPC.
|
default DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableNetworkAddressUsageMetrics(Consumer<AttributeBooleanValue.Builder> enableNetworkAddressUsageMetrics)
Indicates whether Network Address Usage metrics are enabled for your VPC.
|
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
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.mapCustomerOwnedIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapCustomerOwnedIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
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)
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 |
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.
|
default DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.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.
|
Copyright © 2022. All rights reserved.