public static interface ListServicesResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListServicesResponse.Builder |
services(Collection<ServiceInfo> services)
The list of the Amazon Web Service names and service codes.
|
ListServicesResponse.Builder |
services(Consumer<ServiceInfo.Builder>... services)
The list of the Amazon Web Service names and service codes.
|
ListServicesResponse.Builder |
services(ServiceInfo... services)
The list of the Amazon Web Service names and service codes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesResponse.Builder nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value
in the NextToken request parameter in a subsequent call to the operation to get the next part of
the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element
comes back as null.ListServicesResponse.Builder services(Collection<ServiceInfo> services)
The list of the Amazon Web Service names and service codes.
services - The list of the Amazon Web Service names and service codes.ListServicesResponse.Builder services(ServiceInfo... services)
The list of the Amazon Web Service names and service codes.
services - The list of the Amazon Web Service names and service codes.ListServicesResponse.Builder services(Consumer<ServiceInfo.Builder>... services)
The list of the Amazon Web Service names and service codes.
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.