CopyableBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>
, SdkBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>
public static interface DescribeVpcAttributeResponse.Builder extends CopyableBuilder<DescribeVpcAttributeResponse.Builder,DescribeVpcAttributeResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeVpcAttributeResponse.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.