Interface UpdateViewResponse.Builder

  • Method Details

    • view

      Details about the view that you changed with this operation.

      Parameters:
      view - Details about the view that you changed with this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • view

      Details about the view that you changed with this operation.

      This is a convenience method that creates an instance of the View.Builder avoiding the need to create one manually via View.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to view(View).

      Parameters:
      view - a consumer that will call methods on View.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: