public static interface DescribeClustersRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeClustersRequest.Builder,DescribeClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersRequest.Builder |
clusters(Collection<String> clusters)
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
|
DescribeClustersRequest.Builder |
clusters(String... clusters)
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
|
DescribeClustersRequest.Builder |
include(ClusterField... include)
Determines whether to include additional information about the clusters in the response.
|
DescribeClustersRequest.Builder |
include(Collection<ClusterField> include)
Determines whether to include additional information about the clusters in the response.
|
DescribeClustersRequest.Builder |
includeWithStrings(Collection<String> include)
Determines whether to include additional information about the clusters in the response.
|
DescribeClustersRequest.Builder |
includeWithStrings(String... include)
Determines whether to include additional information about the clusters in the response.
|
DescribeClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClustersRequest.Builder clusters(Collection<String> clusters)
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.
clusters - A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not
specify a cluster, the default cluster is assumed.DescribeClustersRequest.Builder clusters(String... clusters)
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.
clusters - A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not
specify a cluster, the default cluster is assumed.DescribeClustersRequest.Builder includeWithStrings(Collection<String> include)
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the
cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
include - Determines whether to include additional information about the clusters in the response. If this field
is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within
the cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch
type.
If TAGS is specified, the metadata tags associated with the cluster are included.
DescribeClustersRequest.Builder includeWithStrings(String... include)
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the
cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
include - Determines whether to include additional information about the clusters in the response. If this field
is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within
the cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch
type.
If TAGS is specified, the metadata tags associated with the cluster are included.
DescribeClustersRequest.Builder include(Collection<ClusterField> include)
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the
cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
include - Determines whether to include additional information about the clusters in the response. If this field
is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within
the cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch
type.
If TAGS is specified, the metadata tags associated with the cluster are included.
DescribeClustersRequest.Builder include(ClusterField... include)
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the
cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
include - Determines whether to include additional information about the clusters in the response. If this field
is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within
the cluster are included.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch
type.
If TAGS is specified, the metadata tags associated with the cluster are included.
DescribeClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.