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