public static interface DescribeServicesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
| Modifier and Type | Method and 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 |
include(Collection<ServiceField> include)
Specifies whether you want to see the resource tags for the service.
|
DescribeServicesRequest.Builder |
include(ServiceField... include)
Specifies whether you want to see the resource tags for the service.
|
DescribeServicesRequest.Builder |
includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the service.
|
DescribeServicesRequest.Builder |
includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the service.
|
DescribeServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeServicesRequest.Builder |
services(Collection<String> services)
A list of services to describe.
|
DescribeServicesRequest.Builder |
services(String... services)
A list of services to describe.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeServicesRequest.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.
services - A list of services to describe. You may specify up to 10 services to describe in a single operation.DescribeServicesRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the service. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether you want to see the resource tags for the service. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags are not included in
the response.DescribeServicesRequest.Builder includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the service. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether you want to see the resource tags for the service. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags are not included in
the response.DescribeServicesRequest.Builder include(Collection<ServiceField> include)
Specifies whether you want to see the resource tags for the service. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether you want to see the resource tags for the service. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags are not included in
the response.DescribeServicesRequest.Builder include(ServiceField... include)
Specifies whether you want to see the resource tags for the service. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether you want to see the resource tags for the service. If TAGS is
specified, the tags are included in the response. If this field is omitted, tags are not included in
the response.DescribeServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.