Interface UpdatePermissionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePermissionsRequest.Builder,UpdatePermissionsRequest>,GrafanaRequest.Builder,SdkBuilder<UpdatePermissionsRequest.Builder,UpdatePermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePermissionsRequest
public static interface UpdatePermissionsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<UpdatePermissionsRequest.Builder,UpdatePermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePermissionsRequest.BuilderupdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderupdateInstructionBatch(Consumer<UpdateInstruction.Builder>... updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderupdateInstructionBatch(UpdateInstruction... updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
updateInstructionBatch
UpdatePermissionsRequest.Builder updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
- Parameters:
updateInstructionBatch- An array of structures that contain the permission updates to make.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateInstructionBatch
UpdatePermissionsRequest.Builder updateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
- Parameters:
updateInstructionBatch- An array of structures that contain the permission updates to make.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateInstructionBatch
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.Builderavoiding the need to create one manually viaUpdateInstruction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#updateInstructionBatch(List.) - Parameters:
updateInstructionBatch- a consumer that will call methods onUpdateInstruction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updateInstructionBatch(java.util.Collection)
-
workspaceId
UpdatePermissionsRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to update.
- Parameters:
workspaceId- The ID of the workspace to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-