public static interface ListKeywordsForDataSourceResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListKeywordsForDataSourceResponse.Builder,ListKeywordsForDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListKeywordsForDataSourceResponse.Builder |
keywords(Collection<String> keywords)
The list of keywords for the event mapping source.
|
ListKeywordsForDataSourceResponse.Builder |
keywords(String... keywords)
The list of keywords for the event mapping source.
|
ListKeywordsForDataSourceResponse.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeywordsForDataSourceResponse.Builder keywords(Collection<String> keywords)
The list of keywords for the event mapping source.
keywords - The list of keywords for the event mapping source.ListKeywordsForDataSourceResponse.Builder keywords(String... keywords)
The list of keywords for the event mapping source.
keywords - The list of keywords for the event mapping source.ListKeywordsForDataSourceResponse.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.Copyright © 2023. All rights reserved.