Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateVPCWithHostedZoneRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
A complex type that contains information about the request to associate a VPC with a private hosted zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateVPCWithHostedZoneRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateVPCWithHostedZoneRequest.Builder |
builder() |
|
String |
comment() |
Optional: A comment about the association request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
static Class<? extends AssociateVPCWithHostedZoneRequest.Builder> |
serializableBuilderClass() |
|
AssociateVPCWithHostedZoneRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VPC |
vpc() |
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String hostedZoneId()
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
public VPC vpc()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
public String comment()
Optional: A comment about the association request.
public AssociateVPCWithHostedZoneRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateVPCWithHostedZoneRequest.Builder,AssociateVPCWithHostedZoneRequest>
public static AssociateVPCWithHostedZoneRequest.Builder builder()
public static Class<? extends AssociateVPCWithHostedZoneRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.