Interface GetIpSetResponse.Builder

    • Method Detail

      • name

        GetIpSetResponse.Builder name​(String name)

        The user-friendly name for the IPSet.

        Parameters:
        name - The user-friendly name for the IPSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        GetIpSetResponse.Builder format​(String format)

        The format of the file that contains the IPSet.

        Parameters:
        format - The format of the file that contains the IPSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpSetFormat, IpSetFormat
      • format

        GetIpSetResponse.Builder format​(IpSetFormat format)

        The format of the file that contains the IPSet.

        Parameters:
        format - The format of the file that contains the IPSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpSetFormat, IpSetFormat
      • location

        GetIpSetResponse.Builder location​(String location)

        The URI of the file that contains the IPSet.

        Parameters:
        location - The URI of the file that contains the IPSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetIpSetResponse.Builder status​(String status)

        The status of IPSet file that was uploaded.

        Parameters:
        status - The status of IPSet file that was uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpSetStatus, IpSetStatus
      • status

        GetIpSetResponse.Builder status​(IpSetStatus status)

        The status of IPSet file that was uploaded.

        Parameters:
        status - The status of IPSet file that was uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpSetStatus, IpSetStatus
      • tags

        GetIpSetResponse.Builder tags​(Map<String,​String> tags)

        The tags of the IPSet resource.

        Parameters:
        tags - The tags of the IPSet resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.