CopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>, SdkBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>public static interface VpcPeeringConnectionVpcInfo.Builder extends CopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>
| Modifier and Type | Method | Description |
|---|---|---|
VpcPeeringConnectionVpcInfo.Builder |
cidrBlock(String cidrBlock) |
The IPv4 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
ipv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet) |
The IPv6 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
ipv6CidrBlockSet(Ipv6CidrBlock... ipv6CidrBlockSet) |
The IPv6 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
ownerId(String ownerId) |
The AWS account ID of the VPC owner.
|
VpcPeeringConnectionVpcInfo.Builder |
peeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions) |
Information about the VPC peering connection options for the accepter or requester VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
vpcId(String vpcId) |
The ID of the VPC.
|
copyapply, buildVpcPeeringConnectionVpcInfo.Builder cidrBlock(String cidrBlock)
The IPv4 CIDR block for the VPC.
cidrBlock - The IPv4 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder ipv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
ipv6CidrBlockSet - The IPv6 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder ipv6CidrBlockSet(Ipv6CidrBlock... ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
NOTE: This method appends the values to the existing list (if any). Use
#setIpv6CidrBlockSet(java.util.Collection) or #withIpv6CidrBlockSet(java.util.Collection) if
you want to override the existing values.
ipv6CidrBlockSet - The IPv6 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder ownerId(String ownerId)
The AWS account ID of the VPC owner.
ownerId - The AWS account ID of the VPC owner.VpcPeeringConnectionVpcInfo.Builder peeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
peeringOptions - Information about the VPC peering connection options for the accepter or requester VPC.VpcPeeringConnectionVpcInfo.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.