| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifySubnetAttributeResponse> |
Ec2AsyncClient.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default ModifySubnetAttributeResponse |
Ec2Client.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(AttributeBooleanValue assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. |
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. |
static ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.builder() |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(AttributeBooleanValue disableLniAtDeviceIndex)
Specify
true to indicate that local network interfaces at the current position should be
disabled. |
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. |
ModifySubnetAttributeRequest.Builder |
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.
|
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.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
Indicates the device position for local network interfaces in this subnet.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(Consumer<AttributeBooleanValue.Builder> enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A 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.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapCustomerOwnedIpOnLaunch(AttributeBooleanValue 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.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. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(AttributeBooleanValue mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public 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. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
The type of hostnames to assign to instances in the subnet at launch.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
The type of hostnames to assign to instances in the subnet at launch.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.subnetId(String subnetId)
The ID of the subnet.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifySubnetAttributeRequest.Builder> |
ModifySubnetAttributeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.