public static interface ListApplicationVersionsResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsResponse.Builder,ListApplicationVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsResponse.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListApplicationVersionsResponse.Builder |
versions(Collection<VersionSummary> versions)
An array of version summaries for the application.
|
ListApplicationVersionsResponse.Builder |
versions(Consumer<VersionSummary.Builder>... versions)
An array of version summaries for the application.
|
ListApplicationVersionsResponse.Builder |
versions(VersionSummary... versions)
An array of version summaries for the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsResponse.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListApplicationVersionsResponse.Builder versions(Collection<VersionSummary> versions)
An array of version summaries for the application.
versions - An array of version summaries for the application.ListApplicationVersionsResponse.Builder versions(VersionSummary... versions)
An array of version summaries for the application.
versions - An array of version summaries for the application.ListApplicationVersionsResponse.Builder versions(Consumer<VersionSummary.Builder>... versions)
An array of version summaries for the application.
This is a convenience that creates an instance of theList.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 #versions(List) .versions - a consumer that will call methods on List.Builder #versions(List) Copyright © 2021. All rights reserved.