Interface DeleteUserCustomPermissionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteUserCustomPermissionRequest.Builder,DeleteUserCustomPermissionRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteUserCustomPermissionRequest.Builder,DeleteUserCustomPermissionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteUserCustomPermissionRequest
@Mutable @NotThreadSafe public static interface DeleteUserCustomPermissionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserCustomPermissionRequest.Builder,DeleteUserCustomPermissionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUserCustomPermissionRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.DeleteUserCustomPermissionRequest.Buildernamespace(String namespace)The namespace that the user belongs to.DeleteUserCustomPermissionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteUserCustomPermissionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteUserCustomPermissionRequest.BuilderuserName(String userName)The username of the user that you want to remove custom permissions from.-
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.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userName
DeleteUserCustomPermissionRequest.Builder userName(String userName)
The username of the user that you want to remove custom permissions from.
- Parameters:
userName- The username of the user that you want to remove custom permissions from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
DeleteUserCustomPermissionRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DeleteUserCustomPermissionRequest.Builder namespace(String namespace)
The namespace that the user belongs to.
- Parameters:
namespace- The namespace that the user belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteUserCustomPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUserCustomPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-