public static interface VpcPeeringConnectionVpcInfo.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>
| Modifier and Type | Method and 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.
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. All rights reserved.