Interface CreateViewResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConnectResponse.Builder, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>, SdkBuilder<CreateViewResponse.Builder,CreateViewResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateViewResponse

public static interface CreateViewResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>
  • Method Details

    • view

      A view resource object. Contains metadata and content necessary to render the view.

      Parameters:
      view - A view resource object. Contains metadata and content necessary to render the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • view

      A view resource object. Contains metadata and content necessary to render the 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: