Interface DeleteRoleMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRoleMembershipRequest.Builder,DeleteRoleMembershipRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteRoleMembershipRequest.Builder,DeleteRoleMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteRoleMembershipRequest
public static interface DeleteRoleMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteRoleMembershipRequest.Builder,DeleteRoleMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRoleMembershipRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you want to create a group in.DeleteRoleMembershipRequest.BuildermemberName(String memberName)The name of the group.DeleteRoleMembershipRequest.Buildernamespace(String namespace)The namespace that contains the role.DeleteRoleMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRoleMembershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRoleMembershipRequest.Builderrole(String role)The role that you want to remove permissions from.DeleteRoleMembershipRequest.Builderrole(Role role)The role that you want to remove 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, sdkFields
-
-
-
-
Method Detail
-
memberName
DeleteRoleMembershipRequest.Builder memberName(String memberName)
The name of the group.
- Parameters:
memberName- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
DeleteRoleMembershipRequest.Builder role(String role)
The role that you want to remove permissions from.
-
role
DeleteRoleMembershipRequest.Builder role(Role role)
The role that you want to remove permissions from.
-
awsAccountId
DeleteRoleMembershipRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DeleteRoleMembershipRequest.Builder namespace(String namespace)
The namespace that contains the role.
- Parameters:
namespace- The namespace that contains the role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteRoleMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteRoleMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-