Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateVPCAssociationAuthorizationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateVPCAssociationAuthorizationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateVPCAssociationAuthorizationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the private hosted zone that you want to authorize associating a VPC with.
|
static Class<? extends CreateVPCAssociationAuthorizationRequest.Builder> |
serializableBuilderClass() |
|
CreateVPCAssociationAuthorizationRequest.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 the VPC ID and region for the VPC that you want to authorize associating with your
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 authorize associating a VPC with.
public VPC vpc()
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
public CreateVPCAssociationAuthorizationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateVPCAssociationAuthorizationRequest.Builder,CreateVPCAssociationAuthorizationRequest>
public static CreateVPCAssociationAuthorizationRequest.Builder builder()
public static Class<? extends CreateVPCAssociationAuthorizationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.