public static interface VpcPeeringConnectionVpcInfo.Builder extends CopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnectionVpcInfo.Builder |
cidrBlock(String cidrBlock)
The IPv4 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
cidrBlockSet(CidrBlock... cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
cidrBlockSet(Collection<CidrBlock> cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
cidrBlockSet(Consumer<CidrBlock.Builder>... cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
ipv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
|
VpcPeeringConnectionVpcInfo.Builder |
ipv6CidrBlockSet(Consumer<Ipv6CidrBlock.Builder>... 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.
|
default VpcPeeringConnectionVpcInfo.Builder |
peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
|
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 ipv6CidrBlockSet(Consumer<Ipv6CidrBlock.Builder>... ipv6CidrBlockSet)
The IPv6 CIDR block for the VPC.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #ipv6CidrBlockSet(List) .ipv6CidrBlockSet - a consumer that will call methods on List.Builder #ipv6CidrBlockSet(List) VpcPeeringConnectionVpcInfo.Builder cidrBlockSet(Collection<CidrBlock> cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
cidrBlockSet - Information about the IPv4 CIDR blocks for the VPC.VpcPeeringConnectionVpcInfo.Builder cidrBlockSet(CidrBlock... cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
cidrBlockSet - Information about the IPv4 CIDR blocks for the VPC.VpcPeeringConnectionVpcInfo.Builder cidrBlockSet(Consumer<CidrBlock.Builder>... cidrBlockSet)
Information about the IPv4 CIDR blocks for the VPC.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #cidrBlockSet(List) .cidrBlockSet - a consumer that will call methods on List.Builder #cidrBlockSet(List) 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.default VpcPeeringConnectionVpcInfo.Builder peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions)
Information about the VPC peering connection options for the accepter or requester VPC.
This is a convenience that creates an instance of theVpcPeeringConnectionOptionsDescription.Builder
avoiding the need to create one manually via VpcPeeringConnectionOptionsDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to peeringOptions(VpcPeeringConnectionOptionsDescription).peeringOptions - a consumer that will call methods on VpcPeeringConnectionOptionsDescription.BuilderpeeringOptions(VpcPeeringConnectionOptionsDescription)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.