public static interface DescribeFolderPermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeFolderPermissionsRequest.Builder,DescribeFolderPermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFolderPermissionsRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
DescribeFolderPermissionsRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
DescribeFolderPermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
DescribeFolderPermissionsRequest.Builder |
namespace(String namespace)
The namespace of the folder whose permissions you want described.
|
DescribeFolderPermissionsRequest.Builder |
nextToken(String nextToken)
A pagination token for the next set of results.
|
DescribeFolderPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFolderPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFolderPermissionsRequest.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.DescribeFolderPermissionsRequest.Builder folderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.DescribeFolderPermissionsRequest.Builder namespace(String namespace)
The namespace of the folder whose permissions you want described.
namespace - The namespace of the folder whose permissions you want described.DescribeFolderPermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.DescribeFolderPermissionsRequest.Builder nextToken(String nextToken)
A pagination token for the next set of results.
nextToken - A pagination token for the next set of results.DescribeFolderPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFolderPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.