Interface UpdateSpacePermissionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSpacePermissionsRequest.Builder,,UpdateSpacePermissionsRequest> QuickSightRequest.Builder,SdkBuilder<UpdateSpacePermissionsRequest.Builder,,UpdateSpacePermissionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateSpacePermissionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the space.grantPermissions(Collection<ResourcePermission> grantPermissions) The permissions that you want to grant on the space.grantPermissions(Consumer<ResourcePermission.Builder>... grantPermissions) The permissions that you want to grant on the space.grantPermissions(ResourcePermission... grantPermissions) The permissions that you want to grant on the space.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 permissions that you want to revoke from the space.revokePermissions(Consumer<ResourcePermission.Builder>... revokePermissions) The permissions that you want to revoke from the space.revokePermissions(ResourcePermission... revokePermissions) The permissions that you want to revoke from the space.The ID of the space that you want to update permissions for.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
-
awsAccountId
The ID of the Amazon Web Services account that contains the space.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceId
The ID of the space that you want to update permissions for.
- Parameters:
spaceId- The ID of the space that you want to update permissions for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
UpdateSpacePermissionsRequest.Builder grantPermissions(Collection<ResourcePermission> grantPermissions) The permissions that you want to grant on the space.
- Parameters:
grantPermissions- The permissions that you want to grant on the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
The permissions that you want to grant on the space.
- Parameters:
grantPermissions- The permissions that you want to grant on the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantPermissions
UpdateSpacePermissionsRequest.Builder grantPermissions(Consumer<ResourcePermission.Builder>... grantPermissions) The permissions that you want to grant on the space.
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
UpdateSpacePermissionsRequest.Builder revokePermissions(Collection<ResourcePermission> revokePermissions) The permissions that you want to revoke from the space.
- Parameters:
revokePermissions- The permissions that you want to revoke from the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokePermissions
The permissions that you want to revoke from the space.
- Parameters:
revokePermissions- The permissions that you want to revoke from the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokePermissions
UpdateSpacePermissionsRequest.Builder revokePermissions(Consumer<ResourcePermission.Builder>... revokePermissions) The permissions that you want to revoke from the space.
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
UpdateSpacePermissionsRequest.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
UpdateSpacePermissionsRequest.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.
-