Interface DescribeServicesRequest.Builder

    • 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 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

        DescribeServicesRequest.Builder include​(Collection<ServiceField> 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

        DescribeServicesRequest.Builder include​(ServiceField... 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.