Interface CreateViewResponse.Builder

  • Method Details

    • view

      A structure that contains the details about the new view.

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

      A structure that contains the details about the new view.

      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: