public static interface ListKeywordsForDataSourceRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListKeywordsForDataSourceRequest.Builder,ListKeywordsForDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListKeywordsForDataSourceRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListKeywordsForDataSourceRequest.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListKeywordsForDataSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListKeywordsForDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListKeywordsForDataSourceRequest.Builder |
source(SourceType source)
The control mapping data source that the keywords apply to.
|
ListKeywordsForDataSourceRequest.Builder |
source(String source)
The control mapping data source that the keywords apply to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeywordsForDataSourceRequest.Builder source(String source)
The control mapping data source that the keywords apply to.
source - The control mapping data source that the keywords apply to.SourceType,
SourceTypeListKeywordsForDataSourceRequest.Builder source(SourceType source)
The control mapping data source that the keywords apply to.
source - The control mapping data source that the keywords apply to.SourceType,
SourceTypeListKeywordsForDataSourceRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.ListKeywordsForDataSourceRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.ListKeywordsForDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListKeywordsForDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.