public static interface GetMigrationsResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<GetMigrationsResponse.Builder,GetMigrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMigrationsResponse.Builder |
migrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResponse.Builder |
migrationSummaries(Consumer<MigrationSummary.Builder>... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResponse.Builder |
migrationSummaries(MigrationSummary... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to
fetch the next page of migrations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMigrationsResponse.Builder migrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId from the summary in a call to the operation.
migrationSummaries - An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the
migration, use the migrationId from the summary in a call to the operation.GetMigrationsResponse.Builder migrationSummaries(MigrationSummary... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId from the summary in a call to the operation.
migrationSummaries - An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the
migration, use the migrationId from the summary in a call to the operation.GetMigrationsResponse.Builder migrationSummaries(Consumer<MigrationSummary.Builder>... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId from the summary in a call to the operation.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #migrationSummaries(List) .migrationSummaries - a consumer that will call methods on List.Builder #migrationSummaries(List) GetMigrationsResponse.Builder nextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
nextToken - If the response is truncated, it includes a pagination token that you can specify in your next request
to fetch the next page of migrations.Copyright © 2021. All rights reserved.