Interface DescribeServicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>,EcsRequest.Builder,SdkBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeServicesRequest
public static interface DescribeServicesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServicesRequest.Buildercluster(String cluster)The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.DescribeServicesRequest.Builderinclude(Collection<ServiceField> include)Determines whether you want to see the resource tags for the service.DescribeServicesRequest.Builderinclude(ServiceField... include)Determines whether you want to see the resource tags for the service.DescribeServicesRequest.BuilderincludeWithStrings(String... include)Determines whether you want to see the resource tags for the service.DescribeServicesRequest.BuilderincludeWithStrings(Collection<String> include)Determines whether you want to see the resource tags for the service.DescribeServicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeServicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeServicesRequest.Builderservices(String... services)A list of services to describe.DescribeServicesRequest.Builderservices(Collection<String> services)A list of services to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
cluster
DescribeServicesRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
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.
- Parameters:
services- A list of services to describe. You may specify up to 10 services to describe in a single operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
DescribeServicesRequest.Builder services(String... services)
A list of services to describe. You may specify up to 10 services to describe in a single operation.
- Parameters:
services- A list of services to describe. You may specify up to 10 services to describe in a single operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeServicesRequest.Builder includeWithStrings(Collection<String> include)
Determines whether you want to see the resource tags for the service. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Determines whether you want to see the resource tags for the service. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeServicesRequest.Builder includeWithStrings(String... include)
Determines whether you want to see the resource tags for the service. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Determines whether you want to see the resource tags for the service. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeServicesRequest.Builder include(Collection<ServiceField> include)
Determines whether you want to see the resource tags for the service. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Determines whether you want to see the resource tags for the service. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeServicesRequest.Builder include(ServiceField... include)
Determines whether you want to see the resource tags for the service. If
TAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include- Determines whether you want to see the resource tags for the service. IfTAGSis specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-