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) |
DescribeServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeServicesRequest.Builder |
services(Collection<String> services)
A list of services to describe.
|
DescribeServicesRequest.Builder |
services(String... services)
A list of services to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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. This parameter is required if the service or services you are describing were launched in any cluster other than the default cluster.
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. This parameter is required if the
service or services you are describing were launched in any cluster other than the default cluster.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.