Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifySubnetAttributeRequest.Builder
Packages that use ModifySubnetAttributeRequest.Builder
Package
Description
-
Uses of ModifySubnetAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifySubnetAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest) Modifies a subnet attribute.default ModifySubnetAttributeResponseEc2Client.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest) Modifies a subnet attribute. -
Uses of ModifySubnetAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifySubnetAttributeRequest.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.ModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(AttributeBooleanValue assignIpv6AddressOnCreation) Specifytrueto indicate that network interfaces created in the specified subnet should be assigned an IPv6 address.ModifySubnetAttributeRequest.builder()ModifySubnetAttributeRequest.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) The customer-owned IPv4 address pool associated with the subnet.ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(Consumer<AttributeBooleanValue.Builder> disableLniAtDeviceIndex) Specifytrueto indicate that local network interfaces at the current position should be disabled.ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(AttributeBooleanValue disableLniAtDeviceIndex) Specifytrueto indicate that local network interfaces at the current position should be disabled.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.ModifySubnetAttributeRequest.Builder.enableDns64(AttributeBooleanValue enableDns64) Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.ModifySubnetAttributeRequest.Builder.enableLniAtDeviceIndex(Integer enableLniAtDeviceIndex) Indicates the device position for local network interfaces in this subnet.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsAAAARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(AttributeBooleanValue 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.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS A records.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.mapCustomerOwnedIpOnLaunch(AttributeBooleanValue 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.ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(AttributeBooleanValue mapPublicIpOnLaunch) Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.ModifySubnetAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifySubnetAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch) The type of hostname to assign to instances in the subnet at launch.ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch) The type of hostname to assign to instances in the subnet at launch.The ID of the subnet.ModifySubnetAttributeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifySubnetAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifySubnetAttributeRequest.Builder>ModifySubnetAttributeRequest.serializableBuilderClass()