public static interface ListServicesResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the current requested
list of services.
|
ListServicesResponse.Builder |
services(Collection<ServiceSummary> services)
An array of services with summaries of detail data.
|
ListServicesResponse.Builder |
services(Consumer<ServiceSummary.Builder>... services)
An array of services with summaries of detail data.
|
ListServicesResponse.Builder |
services(ServiceSummary... services)
An array of services with summaries of detail data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the current requested list of services.
nextToken - A token that indicates the location of the next service in the array of services, after the current
requested list of services.ListServicesResponse.Builder services(Collection<ServiceSummary> services)
An array of services with summaries of detail data.
services - An array of services with summaries of detail data.ListServicesResponse.Builder services(ServiceSummary... services)
An array of services with summaries of detail data.
services - An array of services with summaries of detail data.ListServicesResponse.Builder services(Consumer<ServiceSummary.Builder>... services)
An array of services with summaries of detail data.
This is a convenience method that creates an instance of theServiceSummary.Builder avoiding the need to create one
manually via ServiceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #services(List.
services - a consumer that will call methods on
ServiceSummary.Builder#services(java.util.Collection) Copyright © 2023. All rights reserved.