public static interface GetViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetViewResponse.Builder,GetViewResponse>
| Modifier and Type | Method and Description |
|---|---|
GetViewResponse.Builder |
tags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
|
default GetViewResponse.Builder |
view(Consumer<View.Builder> view)
A structure that contains the details for the requested view.
|
GetViewResponse.Builder |
view(View view)
A structure that contains the details for the requested view.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetViewResponse.Builder tags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
tags - Tag key and value pairs that are attached to the view.GetViewResponse.Builder view(View view)
A structure that contains the details for the requested view.
view - A structure that contains the details for the requested view.default GetViewResponse.Builder view(Consumer<View.Builder> view)
A structure that contains the details for the requested view.
This is a convenience method that creates an instance of theView.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).
view - a consumer that will call methods on View.Builderview(View)Copyright © 2023. All rights reserved.