public static interface ListServicesResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListServicesResponse.Builder |
services(Collection<ServiceInfo> services)
Information about the services.
|
ListServicesResponse.Builder |
services(Consumer<ServiceInfo.Builder>... services)
Information about the services.
|
ListServicesResponse.Builder |
services(ServiceInfo... services)
Information about the services.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.ListServicesResponse.Builder services(Collection<ServiceInfo> services)
Information about the services.
services - Information about the services.ListServicesResponse.Builder services(ServiceInfo... services)
Information about the services.
services - Information about the services.ListServicesResponse.Builder services(Consumer<ServiceInfo.Builder>... services)
Information about the services.
This is a convenience method that creates an instance of theServiceInfo.Builder avoiding the need to create
one manually via ServiceInfo.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
ServiceInfo.Builder#services(java.util.Collection) Copyright © 2023. All rights reserved.