Uses of Interface
software.amazon.awssdk.services.ec2.model.AttributeBooleanValue.Builder
Packages that use AttributeBooleanValue.Builder
-
Uses of AttributeBooleanValue.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttributeBooleanValue.BuilderModifier and TypeMethodDescriptionAttributeBooleanValue.builder()AttributeBooleanValue.toBuilder()The attribute value.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttributeBooleanValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttributeBooleanValue.Builder>AttributeBooleanValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AttributeBooleanValue.BuilderModifier and TypeMethodDescriptionModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(Consumer<AttributeBooleanValue.Builder> assignIpv6AddressOnCreation) Specifytrueto indicate that network interfaces created in the specified subnet should be assigned an IPv6 address.DescribeVolumeAttributeResponse.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO) The state ofautoEnableIOattribute.ModifyVolumeAttributeRequest.Builder.autoEnableIO(Consumer<AttributeBooleanValue.Builder> autoEnableIO) Indicates whether the volume should be auto-enabled for I/O operations.DescribeInstanceAttributeResponse.Builder.disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop) Indicates whether stop protection is enabled for the instance.ModifyInstanceAttributeRequest.Builder.disableApiStop(Consumer<AttributeBooleanValue.Builder> disableApiStop) Indicates whether an instance is enabled for stop protection.DescribeInstanceAttributeResponse.Builder.disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination) Indicates whether termination protection is enabled.ModifyInstanceAttributeRequest.Builder.disableApiTermination(Consumer<AttributeBooleanValue.Builder> disableApiTermination) Enable or disable termination protection for the instance.ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(Consumer<AttributeBooleanValue.Builder> disableLniAtDeviceIndex) Specifytrueto indicate that local network interfaces at the current position should be disabled.DescribeInstanceAttributeResponse.Builder.ebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized) Indicates whether the instance is optimized for Amazon EBS I/O.ModifyInstanceAttributeRequest.Builder.ebsOptimized(Consumer<AttributeBooleanValue.Builder> ebsOptimized) Specifies whether the instance is optimized for Amazon EBS I/O.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.DescribeVpcAttributeResponse.Builder.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest.Builder.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.DescribeVpcAttributeResponse.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport) Indicates whether DNS resolution is enabled for the VPC.ModifyVpcAttributeRequest.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.DescribeVpcAttributeResponse.Builder.enableNetworkAddressUsageMetrics(Consumer<AttributeBooleanValue.Builder> enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifyVpcAttributeRequest.Builder.enableNetworkAddressUsageMetrics(Consumer<AttributeBooleanValue.Builder> enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsAAAARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS A records.DescribeInstanceAttributeResponse.Builder.enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport) Indicates whether enhanced networking with ENA is enabled.ModifyInstanceAttributeRequest.Builder.enaSupport(Consumer<AttributeBooleanValue.Builder> enaSupport) Set totrueto enable enhanced networking with ENA for the instance.ModifySubnetAttributeRequest.Builder.mapCustomerOwnedIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapCustomerOwnedIpOnLaunch) Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapPublicIpOnLaunch) Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.DescribeInstanceAttributeResponse.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck) Indicates whether source/destination checks are enabled.DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck) Indicates whether source/destination checking is enabled.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.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.