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