public static interface AwsEc2VpcDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2VpcDetails.Builder,AwsEc2VpcDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcDetails.Builder |
cidrBlockAssociationSet(CidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
cidrBlockAssociationSet(Collection<CidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
cidrBlockAssociationSet(Consumer<CidrBlockAssociation.Builder>... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
dhcpOptionsId(String dhcpOptionsId)
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the
VPC.
|
AwsEc2VpcDetails.Builder |
ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
ipv6CidrBlockAssociationSet(Consumer<Ipv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
AwsEc2VpcDetails.Builder |
state(String state)
The current state of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2VpcDetails.Builder cidrBlockAssociationSet(Collection<CidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
cidrBlockAssociationSet - Information about the IPv4 CIDR blocks associated with the VPC.AwsEc2VpcDetails.Builder cidrBlockAssociationSet(CidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
cidrBlockAssociationSet - Information about the IPv4 CIDR blocks associated with the VPC.AwsEc2VpcDetails.Builder cidrBlockAssociationSet(Consumer<CidrBlockAssociation.Builder>... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with 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 #cidrBlockAssociationSet(List) .cidrBlockAssociationSet - a consumer that will call methods on List.Builder #cidrBlockAssociationSet(List) AwsEc2VpcDetails.Builder ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
ipv6CidrBlockAssociationSet - Information about the IPv6 CIDR blocks associated with the VPC.AwsEc2VpcDetails.Builder ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
ipv6CidrBlockAssociationSet - Information about the IPv6 CIDR blocks associated with the VPC.AwsEc2VpcDetails.Builder ipv6CidrBlockAssociationSet(Consumer<Ipv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with 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 #ipv6CidrBlockAssociationSet(List) .ipv6CidrBlockAssociationSet - a consumer that will call methods on List.Builder #ipv6CidrBlockAssociationSet(List) AwsEc2VpcDetails.Builder dhcpOptionsId(String dhcpOptionsId)
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.
dhcpOptionsId - The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated
with the VPC. If the default options are associated with the VPC, then this is default.AwsEc2VpcDetails.Builder state(String state)
The current state of the VPC.
state - The current state of the VPC.Copyright © 2021. All rights reserved.