Interface UpdatePermissionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdatePermissionsRequest.Builder,,- UpdatePermissionsRequest> - GrafanaRequest.Builder,- SdkBuilder<UpdatePermissionsRequest.Builder,,- UpdatePermissionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdatePermissionsRequest
@Mutable
@NotThreadSafe
public static interface UpdatePermissionsRequest.Builder
extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<UpdatePermissionsRequest.Builder,UpdatePermissionsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch) An array of structures that contain the permission updates to make.updateInstructionBatch(Consumer<UpdateInstruction.Builder>... updateInstructionBatch) An array of structures that contain the permission updates to make.updateInstructionBatch(UpdateInstruction... updateInstructionBatch) An array of structures that contain the permission updates to make.workspaceId(String workspaceId) The ID of the workspace to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
updateInstructionBatchUpdatePermissionsRequest.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.
 
- 
updateInstructionBatchUpdatePermissionsRequest.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.
 
- 
updateInstructionBatchUpdatePermissionsRequest.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 toupdateInstructionBatch(List<UpdateInstruction>).- Parameters:
- updateInstructionBatch- a consumer that will call methods on- UpdateInstruction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
workspaceIdThe 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.
 
- 
overrideConfigurationUpdatePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdatePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-