Interface DescribeServicesRequest.Builder

  • Method Details

    • 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

      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 TAGS is 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. If TAGS is 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 TAGS is 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. If TAGS is 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

      Determines 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 aren't included in the response.

      Parameters:
      include - Determines 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 aren't included in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • include

      Determines 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 aren't included in the response.

      Parameters:
      include - Determines 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 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.