Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyVpcAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
Contains the parameters for ModifyVpcAttribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyVpcAttributeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyVpcAttributeRequest.Builder |
builder() |
|
Boolean |
enableDnsHostnames() |
Indicates whether the instances launched in the VPC get DNS hostnames.
|
Boolean |
enableDnsSupport() |
Indicates whether the DNS resolution is supported for the VPC.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyVpcAttributeRequest.Builder> |
serializableBuilderClass() |
|
ModifyVpcAttributeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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.
public 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.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
public String vpcId()
The ID of the VPC.
public ModifyVpcAttributeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyVpcAttributeRequest.Builder,ModifyVpcAttributeRequest>
public static ModifyVpcAttributeRequest.Builder builder()
public static Class<? extends ModifyVpcAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.