static BatchGetViewResponse.Builder |
BatchGetViewResponse.builder() |
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.errors(Collection<BatchGetViewError> errors) |
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
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 |
BatchGetViewResponse.Builder.errors(BatchGetViewError... errors) |
If any of the specified ARNs result in an error, then this structure describes the error.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.toBuilder() |
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(Collection<View> views) |
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(Consumer<View.Builder>... views) |
A structure with a list of objects with details for each of the specified views.
|
BatchGetViewResponse.Builder |
BatchGetViewResponse.Builder.views(View... views) |
A structure with a list of objects with details for each of the specified views.
|