Interface GetViewResponse.Builder

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

public static interface GetViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetViewResponse.Builder,GetViewResponse>
  • Method Details

    • 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

      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.
    • view

      A structure that contains the details for the requested 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: