public static interface ListApplicationVersionsResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsResponse.Builder,ListApplicationVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsResponse.Builder |
applicationVersions(ApplicationVersionSummary... applicationVersions)
The list of application versions.
|
ListApplicationVersionsResponse.Builder |
applicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
|
ListApplicationVersionsResponse.Builder |
applicationVersions(Consumer<ApplicationVersionSummary.Builder>... applicationVersions)
The list of application versions.
|
ListApplicationVersionsResponse.Builder |
nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsResponse.Builder applicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
applicationVersions - The list of application versions.ListApplicationVersionsResponse.Builder applicationVersions(ApplicationVersionSummary... applicationVersions)
The list of application versions.
applicationVersions - The list of application versions.ListApplicationVersionsResponse.Builder applicationVersions(Consumer<ApplicationVersionSummary.Builder>... applicationVersions)
The list of application versions.
This is a convenience method that creates an instance of theApplicationVersionSummary.Builder avoiding the need to
create one manually via ApplicationVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applicationVersions(List.
applicationVersions - a consumer that will call methods on
ApplicationVersionSummary.Builder#applicationVersions(java.util.Collection) ListApplicationVersionsResponse.Builder nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.Copyright © 2023. All rights reserved.