public static interface UpdatePermissionsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<UpdatePermissionsRequest.Builder,UpdatePermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePermissionsRequest.Builder |
updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
UpdatePermissionsRequest.Builder |
updateInstructionBatch(Consumer<UpdateInstruction.Builder>... updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
UpdatePermissionsRequest.Builder |
updateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
UpdatePermissionsRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePermissionsRequest.Builder updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
updateInstructionBatch - An array of structures that contain the permission updates to make.UpdatePermissionsRequest.Builder updateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
updateInstructionBatch - An array of structures that contain the permission updates to make.UpdatePermissionsRequest.Builder updateInstructionBatch(Consumer<UpdateInstruction.Builder>... updateInstructionBatch)
An array of structures that contain the permission updates to make.
This is a convenience method that creates an instance of theUpdateInstruction.Builder avoiding the need to create
one manually via UpdateInstruction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updateInstructionBatch(List.
updateInstructionBatch - a consumer that will call methods on
UpdateInstruction.Builder#updateInstructionBatch(java.util.Collection) UpdatePermissionsRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.UpdatePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.