Interface CreateGroupMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateGroupMembershipRequest.Builder,CreateGroupMembershipRequest>
,QuickSightRequest.Builder
,SdkBuilder<CreateGroupMembershipRequest.Builder,CreateGroupMembershipRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateGroupMembershipRequest
public static interface CreateGroupMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupMembershipRequest.Builder,CreateGroupMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGroupMembershipRequest.Builder
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.CreateGroupMembershipRequest.Builder
groupName(String groupName)
The name of the group that you want to add the user to.CreateGroupMembershipRequest.Builder
memberName(String memberName)
The name of the user that you want to add to the group membership.CreateGroupMembershipRequest.Builder
namespace(String namespace)
The namespace that you want the user to be a part of.CreateGroupMembershipRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateGroupMembershipRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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
CreateGroupMembershipRequest.Builder memberName(String memberName)
The name of the user that you want to add to the group membership.
- Parameters:
memberName
- The name of the user that you want to add to the group membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
CreateGroupMembershipRequest.Builder groupName(String groupName)
The name of the group that you want to add the user to.
- Parameters:
groupName
- The name of the group that you want to add the user to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
CreateGroupMembershipRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the 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
CreateGroupMembershipRequest.Builder namespace(String namespace)
The namespace that you want the user to be a part of.
- Parameters:
namespace
- The namespace that you want the user to be a part of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-