public static interface ListLexiconsRequest.Builder extends PollyRequest.Builder, CopyableBuilder<ListLexiconsRequest.Builder,ListLexiconsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLexiconsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. |
ListLexiconsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListLexiconsRequest.Builder nextToken(String nextToken)
An opaque pagination token returned from previous ListLexicons operation. If present, indicates
where to continue the list of lexicons.
nextToken - An opaque pagination token returned from previous ListLexicons operation. If present,
indicates where to continue the list of lexicons.ListLexiconsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.