public static interface ListFoldersRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListFoldersRequest.Builder,ListFoldersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFoldersRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
ListFoldersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListFoldersRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListFoldersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFoldersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFoldersRequest.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.ListFoldersRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListFoldersRequest.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.ListFoldersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFoldersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.