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 method that creates an instance of theVersionSummary.Builder avoiding
the need to create one manually via
VersionSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #versions(List.
versions - a consumer that will call methods on
VersionSummary.Builder#versions(java.util.Collection) Copyright © 2023. All rights reserved.