Interface ViewSummary.Builder

    • Method Detail

      • id

        ViewSummary.Builder id​(String id)

        The identifier of the view.

        Parameters:
        id - The identifier of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ViewSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the view.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ViewSummary.Builder name​(String name)

        The name of the view.

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

        ViewSummary.Builder type​(String type)

        The type of the view.

        Parameters:
        type - The type of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewType, ViewType
      • type

        ViewSummary.Builder type​(ViewType type)

        The type of the view.

        Parameters:
        type - The type of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewType, ViewType
      • status

        ViewSummary.Builder status​(String status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • status

        ViewSummary.Builder status​(ViewStatus status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • description

        ViewSummary.Builder description​(String description)

        The description of the view.

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