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 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 #platformBranchSummaryList(List) .platformBranchSummaryList - a consumer that will call methods on List.Builder #platformBranchSummaryList(List) 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 © 2021. All rights reserved.