public static interface ListServicesResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListServicesResponse.Builder |
serviceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records.
|
ListServicesResponse.Builder |
serviceSummaryList(Consumer<ServiceSummary.Builder>... serviceSummaryList)
A list of service summary information records.
|
ListServicesResponse.Builder |
serviceSummaryList(ServiceSummary... serviceSummaryList)
A list of service summary information records.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesResponse.Builder serviceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.ListServicesResponse.Builder serviceSummaryList(ServiceSummary... serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.ListServicesResponse.Builder serviceSummaryList(Consumer<ServiceSummary.Builder>... serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
List.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 #serviceSummaryList(List) .serviceSummaryList - a consumer that will call methods on List.Builder #serviceSummaryList(List) ListServicesResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.Copyright © 2022. All rights reserved.