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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListLexiconsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListLexiconsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.