public static interface ModifyVpcAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
Modifier and Type | Method and Description |
---|---|
ModifyVpcAttributeRequest.Builder |
enableDnsHostnames(AttributeBooleanValue enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
default ModifyVpcAttributeRequest.Builder |
enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
ModifyVpcAttributeRequest.Builder |
enableDnsSupport(AttributeBooleanValue enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
default ModifyVpcAttributeRequest.Builder |
enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
ModifyVpcAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyVpcAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyVpcAttributeRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyVpcAttributeRequest.Builder enableDnsHostnames(AttributeBooleanValue 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.
default ModifyVpcAttributeRequest.Builder enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> 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.
This is a convenience that creates an instance of theAttributeBooleanValue.Builder
avoiding the need
to create one manually via AttributeBooleanValue.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to enableDnsHostnames(AttributeBooleanValue)
.enableDnsHostnames
- a consumer that will call methods on AttributeBooleanValue.Builder
enableDnsHostnames(AttributeBooleanValue)
ModifyVpcAttributeRequest.Builder enableDnsSupport(AttributeBooleanValue 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" 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" 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.
default ModifyVpcAttributeRequest.Builder enableDnsSupport(Consumer<AttributeBooleanValue.Builder> 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" 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.
This is a convenience that creates an instance of theAttributeBooleanValue.Builder
avoiding the need
to create one manually via AttributeBooleanValue.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to enableDnsSupport(AttributeBooleanValue)
.enableDnsSupport
- a consumer that will call methods on AttributeBooleanValue.Builder
enableDnsSupport(AttributeBooleanValue)
ModifyVpcAttributeRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.ModifyVpcAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyVpcAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.