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)
Add an optional request override configuration.
|
DescribeContainerInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeContainerInstancesRequest.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.
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.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeContainerInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.