public static interface CreateFolderMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFolderMembershipRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
CreateFolderMembershipRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
CreateFolderMembershipRequest.Builder |
memberId(String memberId)
The ID of the asset that you want to add to the folder.
|
CreateFolderMembershipRequest.Builder |
memberType(MemberType memberType)
The member type of the asset that you want to add to a folder.
|
CreateFolderMembershipRequest.Builder |
memberType(String memberType)
The member type of the asset that you want to add to a folder.
|
CreateFolderMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFolderMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFolderMembershipRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId - The ID for the Amazon Web Services account that contains the folder.CreateFolderMembershipRequest.Builder folderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.CreateFolderMembershipRequest.Builder memberId(String memberId)
The ID of the asset that you want to add to the folder.
memberId - The ID of the asset that you want to add to the folder.CreateFolderMembershipRequest.Builder memberType(String memberType)
The member type of the asset that you want to add to a folder.
memberType - The member type of the asset that you want to add to a folder.MemberType,
MemberTypeCreateFolderMembershipRequest.Builder memberType(MemberType memberType)
The member type of the asset that you want to add to a folder.
memberType - The member type of the asset that you want to add to a folder.MemberType,
MemberTypeCreateFolderMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFolderMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.