public static interface ListServicesResponse.Builder extends ServiceDiscoveryResponse.Builder, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults operations match the specified criteria, the value of
NextToken is the first service in the next group of services that were created by the current
AWS account. |
ListServicesResponse.Builder |
services(Collection<ServiceSummary> services)
An array that contains one
ServiceSummary object for each service that matches the specified
filter criteria. |
ListServicesResponse.Builder |
services(Consumer<ServiceSummary.Builder>... services)
An array that contains one
ServiceSummary object for each service that matches the specified
filter criteria. |
ListServicesResponse.Builder |
services(ServiceSummary... services)
An array that contains one
ServiceSummary object for each service that matches the specified
filter criteria. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListServicesResponse.Builder services(Collection<ServiceSummary> services)
An array that contains one ServiceSummary object for each service that matches the specified
filter criteria.
services - An array that contains one ServiceSummary object for each service that matches the
specified filter criteria.ListServicesResponse.Builder services(ServiceSummary... services)
An array that contains one ServiceSummary object for each service that matches the specified
filter criteria.
services - An array that contains one ServiceSummary object for each service that matches the
specified filter criteria.ListServicesResponse.Builder services(Consumer<ServiceSummary.Builder>... services)
An array that contains one ServiceSummary object for each service that matches the specified
filter criteria.
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 #services(List) .services - a consumer that will call methods on List.Builder #services(List) ListServicesResponse.Builder nextToken(String nextToken)
If more than MaxResults operations match the specified criteria, the value of
NextToken is the first service in the next group of services that were created by the current
AWS account. To get the next group, specify the value of NextToken from the previous response in
the next request.
nextToken - If more than MaxResults operations match the specified criteria, the value of
NextToken is the first service in the next group of services that were created by the
current AWS account. To get the next group, specify the value of NextToken from the
previous response in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.