public static interface GetMigrationsRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetMigrationsRequest.Builder,GetMigrationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMigrationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of migrations to return in the response.
|
GetMigrationsRequest.Builder |
migrationStatusEquals(MigrationStatus migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
|
GetMigrationsRequest.Builder |
migrationStatusEquals(String migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
|
GetMigrationsRequest.Builder |
nextToken(String nextToken)
A pagination token that fetches the next page of migrations.
|
GetMigrationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMigrationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMigrationsRequest.Builder |
sortByAttribute(MigrationSortAttribute sortByAttribute)
The field to sort the list of migrations by.
|
GetMigrationsRequest.Builder |
sortByAttribute(String sortByAttribute)
The field to sort the list of migrations by.
|
GetMigrationsRequest.Builder |
sortByOrder(SortOrder sortByOrder)
The order so sort the list.
|
GetMigrationsRequest.Builder |
sortByOrder(String sortByOrder)
The order so sort the list.
|
GetMigrationsRequest.Builder |
v1BotNameContains(String v1BotNameContains)
Filters the list to contain only bots whose name contains the specified string.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMigrationsRequest.Builder sortByAttribute(String sortByAttribute)
The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
sortByAttribute - The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date
and time that the migration was started.MigrationSortAttribute,
MigrationSortAttributeGetMigrationsRequest.Builder sortByAttribute(MigrationSortAttribute sortByAttribute)
The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
sortByAttribute - The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date
and time that the migration was started.MigrationSortAttribute,
MigrationSortAttributeGetMigrationsRequest.Builder sortByOrder(String sortByOrder)
The order so sort the list.
GetMigrationsRequest.Builder sortByOrder(SortOrder sortByOrder)
The order so sort the list.
GetMigrationsRequest.Builder v1BotNameContains(String v1BotNameContains)
Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.
v1BotNameContains - Filters the list to contain only bots whose name contains the specified string. The string is matched
anywhere in bot name.GetMigrationsRequest.Builder migrationStatusEquals(String migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
migrationStatusEquals - Filters the list to contain only migrations in the specified state.MigrationStatus,
MigrationStatusGetMigrationsRequest.Builder migrationStatusEquals(MigrationStatus migrationStatusEquals)
Filters the list to contain only migrations in the specified state.
migrationStatusEquals - Filters the list to contain only migrations in the specified state.MigrationStatus,
MigrationStatusGetMigrationsRequest.Builder maxResults(Integer maxResults)
The maximum number of migrations to return in the response. The default is 10.
maxResults - The maximum number of migrations to return in the response. The default is 10.GetMigrationsRequest.Builder nextToken(String nextToken)
A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.
nextToken - A pagination token that fetches the next page of migrations. If the response to this operation is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of
migrations, specify the pagination token in the request.GetMigrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMigrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.