public static interface DescribeVpcAttributeResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcAttributeResponse.Builder |
enableDnsHostnames(Boolean enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
DescribeVpcAttributeResponse.Builder |
enableDnsSupport(Boolean enableDnsSupport)
Indicates whether DNS resolution is enabled for the VPC.
|
DescribeVpcAttributeResponse.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeVpcAttributeResponse.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.DescribeVpcAttributeResponse.Builder enableDnsHostnames(Boolean enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true
, instances in the VPC get DNS hostnames; otherwise, they do not.
enableDnsHostnames - Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is
true, instances in the VPC get DNS hostnames; otherwise, they do not.DescribeVpcAttributeResponse.Builder enableDnsSupport(Boolean enableDnsSupport)
Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon
DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does
not.
enableDnsSupport - Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the
Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses;
otherwise, it does not.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.