public static interface UpdatePermissionsResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<UpdatePermissionsResponse.Builder,UpdatePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePermissionsResponse.Builder |
errors(Collection<UpdateError> errors)
An array of structures that contain the errors from the operation, if any.
|
UpdatePermissionsResponse.Builder |
errors(Consumer<UpdateError.Builder>... errors)
An array of structures that contain the errors from the operation, if any.
|
UpdatePermissionsResponse.Builder |
errors(UpdateError... errors)
An array of structures that contain the errors from the operation, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePermissionsResponse.Builder errors(Collection<UpdateError> errors)
An array of structures that contain the errors from the operation, if any.
errors - An array of structures that contain the errors from the operation, if any.UpdatePermissionsResponse.Builder errors(UpdateError... errors)
An array of structures that contain the errors from the operation, if any.
errors - An array of structures that contain the errors from the operation, if any.UpdatePermissionsResponse.Builder errors(Consumer<UpdateError.Builder>... errors)
An array of structures that contain the errors from the operation, if any.
This is a convenience method that creates an instance of theUpdateError.Builder avoiding the need to create one
manually via UpdateError.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
UpdateError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.