Interface CreateFolderMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>,QuickSightRequest.Builder,SdkBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFolderMembershipRequest
public static interface CreateFolderMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFolderMembershipRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the folder.CreateFolderMembershipRequest.BuilderfolderId(String folderId)The ID of the folder.CreateFolderMembershipRequest.BuildermemberId(String memberId)The ID of the asset that you want to add to the folder.CreateFolderMembershipRequest.BuildermemberType(String memberType)The member type of the asset that you want to add to a folder.CreateFolderMembershipRequest.BuildermemberType(MemberType memberType)The member type of the asset that you want to add to a folder.CreateFolderMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFolderMembershipRequest.BuilderoverrideConfiguration(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
-
awsAccountId
CreateFolderMembershipRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
CreateFolderMembershipRequest.Builder folderId(String folderId)
The ID of the folder.
- Parameters:
folderId- The ID of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
CreateFolderMembershipRequest.Builder memberId(String memberId)
The ID of the asset that you want to add to the folder.
- Parameters:
memberId- The ID of the asset that you want to add to the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberType
CreateFolderMembershipRequest.Builder memberType(String memberType)
The member type of the asset that you want to add to a folder.
- Parameters:
memberType- The member type of the asset that you want to add to a folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberType,MemberType
-
memberType
CreateFolderMembershipRequest.Builder memberType(MemberType memberType)
The member type of the asset that you want to add to a folder.
- Parameters:
memberType- The member type of the asset that you want to add to a folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberType,MemberType
-
overrideConfiguration
CreateFolderMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFolderMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-