Interface GetViewResponse.Builder

    • Method Detail

      • tags

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

        Tag key and value pairs that are attached to the view.

        Parameters:
        tags - Tag key and value pairs that are attached to the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • view

        GetViewResponse.Builder view​(View view)

        A structure that contains the details for the requested view.

        Parameters:
        view - A structure that contains the details for the requested view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.