public static interface DescribeServicesResponse.Builder extends PricingResponse.Builder, SdkPojo, CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesResponse.Builder |
formatVersion(String formatVersion)
The format version of the response.
|
DescribeServicesResponse.Builder |
nextToken(String nextToken)
The pagination token for the next set of retrievable results.
|
DescribeServicesResponse.Builder |
services(Collection<Service> services)
The service metadata for the service or services in the response.
|
DescribeServicesResponse.Builder |
services(Consumer<Service.Builder>... services)
The service metadata for the service or services in the response.
|
DescribeServicesResponse.Builder |
services(Service... services)
The service metadata for the service or services in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServicesResponse.Builder services(Collection<Service> services)
The service metadata for the service or services in the response.
services - The service metadata for the service or services in the response.DescribeServicesResponse.Builder services(Service... services)
The service metadata for the service or services in the response.
services - The service metadata for the service or services in the response.DescribeServicesResponse.Builder services(Consumer<Service.Builder>... services)
The service metadata for the service or services in the response.
This is a convenience method that creates an instance of theService.Builder avoiding the need to create one
manually via Service.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
Service.Builder#services(java.util.Collection) DescribeServicesResponse.Builder formatVersion(String formatVersion)
The format version of the response. For example, aws_v1.
formatVersion - The format version of the response. For example, aws_v1.DescribeServicesResponse.Builder nextToken(String nextToken)
The pagination token for the next set of retrievable results.
nextToken - The pagination token for the next set of retrievable results.Copyright © 2023. All rights reserved.