public static interface ListPlatformBranchesResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformBranchesResponse.Builder,ListPlatformBranchesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlatformBranchesResponse.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. |
ListPlatformBranchesResponse.Builder |
platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResponse.Builder |
platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResponse.Builder |
platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)
Summary information about the platform branches.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlatformBranchesResponse.Builder platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
platformBranchSummaryList - Summary information about the platform branches.ListPlatformBranchesResponse.Builder platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)
Summary information about the platform branches.
platformBranchSummaryList - Summary information about the platform branches.ListPlatformBranchesResponse.Builder platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList)
Summary information about the platform branches.
This is a convenience method that creates an instance of thePlatformBranchSummary.Builder avoiding the
need to create one manually via
PlatformBranchSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #platformBranchSummaryList(List.
platformBranchSummaryList - a consumer that will call methods on
PlatformBranchSummary.Builder#platformBranchSummaryList(java.util.Collection) ListPlatformBranchesResponse.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.