CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
, SdkBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
public static interface DescribeServicesRequest.Builder extends CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeServicesRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.
|
DescribeServicesRequest.Builder |
services(String... services) |
A list of services to describe.
|
DescribeServicesRequest.Builder |
services(Collection<String> services) |
A list of services to describe.
|
copy
apply, build
DescribeServicesRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe. If you do not specify a cluster, the default cluster is assumed.
cluster
- The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe. If
you do not specify a cluster, the default cluster is assumed.DescribeServicesRequest.Builder services(Collection<String> services)
A list of services to describe. You may specify up to 10 services to describe in a single operation.
services
- A list of services to describe. You may specify up to 10 services to describe in a single operation.DescribeServicesRequest.Builder services(String... services)
A list of services to describe. You may specify up to 10 services to describe in a single operation.
NOTE: This method appends the values to the existing list (if any). Use
#setServices(java.util.Collection)
or #withServices(java.util.Collection)
if you want to
override the existing values.
services
- A list of services to describe. You may specify up to 10 services to describe in a single operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.