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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListLexiconsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.