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 per page, or per API request call.
|
ListKeywordsForDataSourceRequest.Builder |
nextToken(String nextToken)
The pagination token 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 to which the keywords apply.
|
ListKeywordsForDataSourceRequest.Builder |
source(String source)
The control mapping data source to which the keywords apply.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeywordsForDataSourceRequest.Builder source(String source)
The control mapping data source to which the keywords apply.
source - The control mapping data source to which the keywords apply.SourceType,
SourceTypeListKeywordsForDataSourceRequest.Builder source(SourceType source)
The control mapping data source to which the keywords apply.
source - The control mapping data source to which the keywords apply.SourceType,
SourceTypeListKeywordsForDataSourceRequest.Builder nextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.ListKeywordsForDataSourceRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults - Represents the maximum number of results per page, or per API request call.ListKeywordsForDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListKeywordsForDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.