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 method that creates an instance of theCidrBlockAssociation.Builder avoiding the need to
create one manually via
CidrBlockAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cidrBlockAssociationSet(List.
cidrBlockAssociationSet - a consumer that will call methods on
CidrBlockAssociation.Builder#cidrBlockAssociationSet(java.util.Collection) 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 method that creates an instance of theIpv6CidrBlockAssociation.Builder avoiding the need
to create one manually via
Ipv6CidrBlockAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipv6CidrBlockAssociationSet(List.
ipv6CidrBlockAssociationSet - a consumer that will call methods on
Ipv6CidrBlockAssociation.Builder#ipv6CidrBlockAssociationSet(java.util.Collection) 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. Valid values are available or pending.
state - The current state of the VPC. Valid values are available or pending.Copyright © 2023. All rights reserved.