CopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
, SdkBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
public static interface ModifyVpcAttributeRequest.Builder extends CopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyVpcAttributeRequest.Builder |
enableDnsHostnames(Boolean enableDnsHostnames) |
Indicates whether the instances launched in the VPC get DNS hostnames.
|
ModifyVpcAttributeRequest.Builder |
enableDnsSupport(Boolean enableDnsSupport) |
Indicates whether the DNS resolution is supported for the VPC.
|
ModifyVpcAttributeRequest.Builder |
vpcId(String vpcId) |
The ID of the VPC.
|
copy
apply, build
ModifyVpcAttributeRequest.Builder enableDnsHostnames(Boolean enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.
enableDnsHostnames
- Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the
VPC get DNS hostnames; otherwise, they do not.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.
ModifyVpcAttributeRequest.Builder enableDnsSupport(Boolean enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
enableDnsSupport
- Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon
provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the
VPC network range "plus two" will succeed. If disabled, the Amazon provided DNS service in the VPC
that resolves public DNS hostnames to IP addresses is not enabled.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
ModifyVpcAttributeRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.