public static interface DescribeContainerInstancesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeContainerInstancesRequest.Builder,DescribeContainerInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeContainerInstancesRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe.
|
DescribeContainerInstancesRequest.Builder |
containerInstances(Collection<String> containerInstances)
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
|
DescribeContainerInstancesRequest.Builder |
containerInstances(String... containerInstances)
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
|
DescribeContainerInstancesRequest.Builder |
include(Collection<ContainerInstanceField> include)
Specifies whether you want to see the resource tags for the container instance.
|
DescribeContainerInstancesRequest.Builder |
include(ContainerInstanceField... include)
Specifies whether you want to see the resource tags for the container instance.
|
DescribeContainerInstancesRequest.Builder |
includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the container instance.
|
DescribeContainerInstancesRequest.Builder |
includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the container instance.
|
DescribeContainerInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeContainerInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContainerInstancesRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed. This parameter is required if the container instance or container instances you are describing were launched in any cluster other than the default cluster.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe. If you do not specify a cluster, the default cluster is assumed. This parameter is required
if the container instance or container instances you are describing were launched in any cluster other
than the default cluster.DescribeContainerInstancesRequest.Builder containerInstances(Collection<String> containerInstances)
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
containerInstances - A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.DescribeContainerInstancesRequest.Builder containerInstances(String... containerInstances)
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
containerInstances - A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.DescribeContainerInstancesRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether you want to see the resource tags for the container instance. 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 container instance. If TAGS
is specified, the tags are included in the response. If this field is omitted, tags are not included
in the response.DescribeContainerInstancesRequest.Builder includeWithStrings(String... include)
Specifies whether you want to see the resource tags for the container instance. 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 container instance. If TAGS
is specified, the tags are included in the response. If this field is omitted, tags are not included
in the response.DescribeContainerInstancesRequest.Builder include(Collection<ContainerInstanceField> include)
Specifies whether you want to see the resource tags for the container instance. 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 container instance. If TAGS
is specified, the tags are included in the response. If this field is omitted, tags are not included
in the response.DescribeContainerInstancesRequest.Builder include(ContainerInstanceField... include)
Specifies whether you want to see the resource tags for the container instance. 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 container instance. If TAGS
is specified, the tags are included in the response. If this field is omitted, tags are not included
in the response.DescribeContainerInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeContainerInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.