public static interface BatchGetViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<BatchGetViewResponse.Builder,BatchGetViewResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetViewResponse.Builder |
errors(BatchGetViewError... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
errors(Collection<BatchGetViewError> errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
errors(Consumer<BatchGetViewError.Builder>... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
views(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
views(Consumer<View.Builder>... views)
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
views(View... views)
A structure with a list of objects with details for each of the specified views.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetViewResponse.Builder errors(Collection<BatchGetViewError> errors)
If any of the specified ARNs result in an error, then this structure describes the error.
errors - If any of the specified ARNs result in an error, then this structure describes the error.BatchGetViewResponse.Builder errors(BatchGetViewError... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
errors - If any of the specified ARNs result in an error, then this structure describes the error.BatchGetViewResponse.Builder errors(Consumer<BatchGetViewError.Builder>... errors)
If any of the specified ARNs result in an error, then this structure describes the error.
This is a convenience method that creates an instance of theBatchGetViewError.Builder avoiding the need
to create one manually via
BatchGetViewError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchGetViewError.Builder#errors(java.util.Collection) BatchGetViewResponse.Builder views(Collection<View> views)
A structure with a list of objects with details for each of the specified views.
views - A structure with a list of objects with details for each of the specified views.BatchGetViewResponse.Builder views(View... views)
A structure with a list of objects with details for each of the specified views.
views - A structure with a list of objects with details for each of the specified views.BatchGetViewResponse.Builder views(Consumer<View.Builder>... views)
A structure with a list of objects with details for each of the specified views.
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 #views(List.
views - a consumer that will call methods on
View.Builder#views(java.util.Collection) Copyright © 2023. All rights reserved.