Interface SetSubnetsResponse.Builder

    • Method Detail

      • availabilityZones

        SetSubnetsResponse.Builder availabilityZones​(Collection<AvailabilityZone> availabilityZones)

        Information about the subnets.

        Parameters:
        availabilityZones - Information about the subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZones

        SetSubnetsResponse.Builder availabilityZones​(AvailabilityZone... availabilityZones)

        Information about the subnets.

        Parameters:
        availabilityZones - Information about the subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressType

        SetSubnetsResponse.Builder ipAddressType​(String ipAddressType)

        [Application Load Balancers] The IP address type.

        [Network Load Balancers] The IP address type.

        [Gateway Load Balancers] The IP address type.

        Parameters:
        ipAddressType - [Application Load Balancers] The IP address type.

        [Network Load Balancers] The IP address type.

        [Gateway Load Balancers] The IP address type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressType, IpAddressType
      • ipAddressType

        SetSubnetsResponse.Builder ipAddressType​(IpAddressType ipAddressType)

        [Application Load Balancers] The IP address type.

        [Network Load Balancers] The IP address type.

        [Gateway Load Balancers] The IP address type.

        Parameters:
        ipAddressType - [Application Load Balancers] The IP address type.

        [Network Load Balancers] The IP address type.

        [Gateway Load Balancers] The IP address type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressType, IpAddressType