public static interface UpdateViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<UpdateViewResponse.Builder,UpdateViewResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateViewResponse.Builder |
view(Consumer<View.Builder> view)
Details about the view that you changed with this operation.
|
UpdateViewResponse.Builder |
view(View view)
Details about the view that you changed with this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateViewResponse.Builder view(View view)
Details about the view that you changed with this operation.
view - Details about the view that you changed with this operation.default UpdateViewResponse.Builder view(Consumer<View.Builder> view)
Details about the view that you changed with this operation.
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.