Interface UpdateAgentPermissionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAgentPermissionsRequest.Builder,,UpdateAgentPermissionsRequest> QuickSightRequest.Builder,SdkBuilder<UpdateAgentPermissionsRequest.Builder,,UpdateAgentPermissionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAgentPermissionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the agent.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the agent.grantPermissions(Collection<ResourcePermission> grantPermissions) The resource permissions that you want to grant on the agent.grantPermissions(Consumer<ResourcePermission.Builder>... grantPermissions) The resource permissions that you want to grant on the agent.grantPermissions(ResourcePermission... grantPermissions) The resource permissions that you want to grant on the agent.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.revokePermissions(Collection<ResourcePermission> revokePermissions) The resource permissions that you want to revoke from the agent.revokePermissions(Consumer<ResourcePermission.Builder>... revokePermissions) The resource permissions that you want to revoke from the agent.revokePermissions(ResourcePermission... revokePermissions) The resource permissions that you want to revoke from the agent.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentId
The unique identifier for the agent.
- Parameters:
agentId- The unique identifier for the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The ID of the Amazon Web Services account that contains the agent.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
UpdateAgentPermissionsRequest.Builder grantPermissions(Collection<ResourcePermission> grantPermissions) The resource permissions that you want to grant on the agent.
- Parameters:
grantPermissions- The resource permissions that you want to grant on the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
The resource permissions that you want to grant on the agent.
- Parameters:
grantPermissions- The resource permissions that you want to grant on the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
UpdateAgentPermissionsRequest.Builder grantPermissions(Consumer<ResourcePermission.Builder>... grantPermissions) The resource permissions that you want to grant on the agent.
This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tograntPermissions(List<ResourcePermission>).- Parameters:
grantPermissions- a consumer that will call methods onResourcePermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revokePermissions
UpdateAgentPermissionsRequest.Builder revokePermissions(Collection<ResourcePermission> revokePermissions) The resource permissions that you want to revoke from the agent.
- Parameters:
revokePermissions- The resource permissions that you want to revoke from the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokePermissions
The resource permissions that you want to revoke from the agent.
- Parameters:
revokePermissions- The resource permissions that you want to revoke from the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokePermissions
UpdateAgentPermissionsRequest.Builder revokePermissions(Consumer<ResourcePermission.Builder>... revokePermissions) The resource permissions that you want to revoke from the agent.
This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torevokePermissions(List<ResourcePermission>).- Parameters:
revokePermissions- a consumer that will call methods onResourcePermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateAgentPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAgentPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-