Interface AllowDenyList.Builder

    • Method Detail

      • name

        AllowDenyList.Builder name​(String name)

        The name of the list.

        Parameters:
        name - The name of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AllowDenyList.Builder description​(String description)

        The description of the list.

        Parameters:
        description - The description of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variableType

        AllowDenyList.Builder variableType​(String variableType)

        The variable type of the list.

        Parameters:
        variableType - The variable type of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        AllowDenyList.Builder createdTime​(String createdTime)

        The time the list was created.

        Parameters:
        createdTime - The time the list was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTime

        AllowDenyList.Builder updatedTime​(String updatedTime)

        The time the list was last updated.

        Parameters:
        updatedTime - The time the list was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        AllowDenyList.Builder arn​(String arn)

        The ARN of the list.

        Parameters:
        arn - The ARN of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.