public static interface ListAppVersionsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppVersionsResponse.Builder,ListAppVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsResponse.Builder |
appVersions(AppVersionSummary... appVersions)
The version of the application.
|
ListAppVersionsResponse.Builder |
appVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
|
ListAppVersionsResponse.Builder |
appVersions(Consumer<AppVersionSummary.Builder>... appVersions)
The version of the application.
|
ListAppVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionsResponse.Builder appVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
appVersions - The version of the application.ListAppVersionsResponse.Builder appVersions(AppVersionSummary... appVersions)
The version of the application.
appVersions - The version of the application.ListAppVersionsResponse.Builder appVersions(Consumer<AppVersionSummary.Builder>... appVersions)
The version of the application.
This is a convenience method that creates an instance of theAppVersionSummary.Builder avoiding the need to
create one manually via
AppVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appVersions(List.
appVersions - a consumer that will call methods on
AppVersionSummary.Builder#appVersions(java.util.Collection) ListAppVersionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.