Interface AwsEc2VpcDetails.Builder

    • Method Detail

      • cidrBlockAssociationSet

        AwsEc2VpcDetails.Builder cidrBlockAssociationSet​(Collection<CidrBlockAssociation> 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

        AwsEc2VpcDetails.Builder cidrBlockAssociationSet​(CidrBlockAssociation... 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.
      • ipv6CidrBlockAssociationSet

        AwsEc2VpcDetails.Builder ipv6CidrBlockAssociationSet​(Collection<Ipv6CidrBlockAssociation> 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

        AwsEc2VpcDetails.Builder ipv6CidrBlockAssociationSet​(Ipv6CidrBlockAssociation... 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.
      • dhcpOptionsId

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        AwsEc2VpcDetails.Builder state​(String state)

        The current state of the VPC. Valid values are available or pending.

        Parameters:
        state - The current state of the VPC. Valid values are available or pending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.