Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>@Generated("software.amazon.awssdk:codegen") public class CreateVpcPeeringConnectionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>
Contains the parameters for CreateVpcPeeringConnection.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateVpcPeeringConnectionRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static CreateVpcPeeringConnectionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
peerOwnerId() |
The AWS account ID of the owner of the peer VPC.
|
String |
peerVpcId() |
The ID of the VPC with which you are creating the VPC peering connection.
|
static Class<? extends CreateVpcPeeringConnectionRequest.Builder> |
serializableBuilderClass() |
|
CreateVpcPeeringConnectionRequest.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 requester VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String peerOwnerId()
The AWS account ID of the owner of the peer VPC.
Default: Your AWS account ID
Default: Your AWS account ID
public String peerVpcId()
The ID of the VPC with which you are creating the VPC peering connection.
public String vpcId()
The ID of the requester VPC.
public CreateVpcPeeringConnectionRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>public static CreateVpcPeeringConnectionRequest.Builder builder()
public static Class<? extends CreateVpcPeeringConnectionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.