public static interface DescribeServicesResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesResponse.Builder |
services(Collection<Service> services)
A JSON-formatted list of Amazon Web Services services.
|
DescribeServicesResponse.Builder |
services(Consumer<Service.Builder>... services)
A JSON-formatted list of Amazon Web Services services.
|
DescribeServicesResponse.Builder |
services(Service... services)
A JSON-formatted list of Amazon Web Services services.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServicesResponse.Builder services(Collection<Service> services)
A JSON-formatted list of Amazon Web Services services.
services - A JSON-formatted list of Amazon Web Services services.DescribeServicesResponse.Builder services(Service... services)
A JSON-formatted list of Amazon Web Services services.
services - A JSON-formatted list of Amazon Web Services services.DescribeServicesResponse.Builder services(Consumer<Service.Builder>... services)
A JSON-formatted list of Amazon Web Services services.
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) Copyright © 2023. All rights reserved.