public static interface ListTopicsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListTopicsRequest.Builder,ListTopicsRequest>
Modifier and Type | Method and Description |
---|---|
ListTopicsRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topics that you want to list.
|
ListTopicsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListTopicsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTopicsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTopicsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topics that you want to list.
awsAccountId
- The ID of the Amazon Web Services account that contains the topics that you want to list.ListTopicsRequest.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.ListTopicsRequest.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.ListTopicsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListTopicsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.