public static interface ListPlatformVersionsResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsResponse.Builder |
nextToken(String nextToken)
In a paginated request, if this value isn't
null, it's the token that you can pass in a
subsequent request to get the next response page. |
ListPlatformVersionsResponse.Builder |
platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResponse.Builder |
platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResponse.Builder |
platformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlatformVersionsResponse.Builder platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
platformSummaryList - Summary information about the platform versions.ListPlatformVersionsResponse.Builder platformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
platformSummaryList - Summary information about the platform versions.ListPlatformVersionsResponse.Builder platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Summary information about the platform versions.
This is a convenience method 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 #platformSummaryList(List) .platformSummaryList - a consumer that will call methods on List.Builder #platformSummaryList(List) ListPlatformVersionsResponse.Builder nextToken(String nextToken)
In a paginated request, if this value isn't null, it's the token that you can pass in a
subsequent request to get the next response page.
nextToken - In a paginated request, if this value isn't null, it's the token that you can pass in a
subsequent request to get the next response page.Copyright © 2022. All rights reserved.