Vpc.Builder (AWS SDK for Java

Vpc.Builder (AWS SDK for Java - 2.25.22)
All Superinterfaces:
Buildable, CopyableBuilder<Vpc.Builder,Vpc>, SdkBuilder<Vpc.Builder,Vpc>, SdkPojo
Enclosing class:
Vpc

  • Method Details

    • cidrBlock

      The primary IPv4 CIDR block for the VPC.

      Parameters:
      cidrBlock - The primary IPv4 CIDR block for the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dhcpOptionsId

      The ID of the set of DHCP options you've associated with the VPC.

      Parameters:
      dhcpOptionsId - The ID of the set of DHCP options you've associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current state of the VPC.

      Parameters:
      state - The current state of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the VPC.

      Parameters:
      state - The current state of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcId

      The ID of the VPC.

      Parameters:
      vpcId - The ID of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerId

      The ID of the Amazon Web Services account that owns the VPC.

      Parameters:
      ownerId - The ID of the Amazon Web Services account that owns the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceTenancy

      The allowed tenancy of instances launched into the VPC.

      Parameters:
      instanceTenancy - The allowed tenancy of instances launched into the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceTenancy

      The allowed tenancy of instances launched into the VPC.

      Parameters:
      instanceTenancy - The allowed tenancy of instances launched into the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipv6CidrBlockAssociationSet

      Information about the IPv6 CIDR blocks associated with the VPC.

      Parameters:
      ipv6CidrBlockAssociationSet - Information about the IPv6 CIDR blocks associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6CidrBlockAssociationSet

      Information about the IPv6 CIDR blocks associated with the VPC.

      Parameters:
      ipv6CidrBlockAssociationSet - Information about the IPv6 CIDR blocks associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6CidrBlockAssociationSet

      Parameters:
      ipv6CidrBlockAssociationSet - a consumer that will call methods on VpcIpv6CidrBlockAssociation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cidrBlockAssociationSet

      Information about the IPv4 CIDR blocks associated with the VPC.

      Parameters:
      cidrBlockAssociationSet - Information about the IPv4 CIDR blocks associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrBlockAssociationSet

      Information about the IPv4 CIDR blocks associated with the VPC.

      Parameters:
      cidrBlockAssociationSet - Information about the IPv4 CIDR blocks associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrBlockAssociationSet

      Parameters:
      cidrBlockAssociationSet - a consumer that will call methods on VpcCidrBlockAssociation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isDefault

      Indicates whether the VPC is the default VPC.

      Parameters:
      isDefault - Indicates whether the VPC is the default VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the VPC.

      Parameters:
      tags - Any tags assigned to the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the VPC.

      Parameters:
      tags - Any tags assigned to the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:

You Might Also Like