public static interface CreateViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateViewResponse.Builder |
view(Consumer<View.Builder> view)
A structure that contains the details about the new view.
|
CreateViewResponse.Builder |
view(View view)
A structure that contains the details about the new view.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateViewResponse.Builder view(View view)
A structure that contains the details about the new view.
view - A structure that contains the details about the new view.default CreateViewResponse.Builder view(Consumer<View.Builder> view)
A structure that contains the details about the new 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.