Interface ListDaemonTaskDefinitionsRequest.Builder

  • Method Details

    • familyPrefix

      The full family name to filter the ListDaemonTaskDefinitions results with. Specifying a familyPrefix limits the listed daemon task definitions to daemon task definition families that start with the familyPrefix string.

      Parameters:
      familyPrefix - The full family name to filter the ListDaemonTaskDefinitions results with. Specifying a familyPrefix limits the listed daemon task definitions to daemon task definition families that start with the familyPrefix string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • family

      The exact name of the daemon task definition family to filter results with.

      Parameters:
      family - The exact name of the daemon task definition family to filter results with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revision

      The revision filter to apply. Specify LAST_REGISTERED to return only the last registered revision for each daemon task definition family.

      Parameters:
      revision - The revision filter to apply. Specify LAST_REGISTERED to return only the last registered revision for each daemon task definition family.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • revision

      The revision filter to apply. Specify LAST_REGISTERED to return only the last registered revision for each daemon task definition family.

      Parameters:
      revision - The revision filter to apply. Specify LAST_REGISTERED to return only the last registered revision for each daemon task definition family.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The daemon task definition status to filter the ListDaemonTaskDefinitions results with. By default, only ACTIVE daemon task definitions are listed. If you set this parameter to DELETE_IN_PROGRESS, only daemon task definitions that are in the process of being deleted are listed. If you set this parameter to ALL, all daemon task definitions are listed regardless of status.

      Parameters:
      status - The daemon task definition status to filter the ListDaemonTaskDefinitions results with. By default, only ACTIVE daemon task definitions are listed. If you set this parameter to DELETE_IN_PROGRESS, only daemon task definitions that are in the process of being deleted are listed. If you set this parameter to ALL, all daemon task definitions are listed regardless of status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The daemon task definition status to filter the ListDaemonTaskDefinitions results with. By default, only ACTIVE daemon task definitions are listed. If you set this parameter to DELETE_IN_PROGRESS, only daemon task definitions that are in the process of being deleted are listed. If you set this parameter to ALL, all daemon task definitions are listed regardless of status.

      Parameters:
      status - The daemon task definition status to filter the ListDaemonTaskDefinitions results with. By default, only ACTIVE daemon task definitions are listed. If you set this parameter to DELETE_IN_PROGRESS, only daemon task definitions that are in the process of being deleted are listed. If you set this parameter to ALL, all daemon task definitions are listed regardless of status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sort

      The order to sort the results. Valid values are ASC and DESC. By default ( ASC), daemon task definitions are listed in ascending order by family name and revision number.

      Parameters:
      sort - The order to sort the results. Valid values are ASC and DESC. By default ( ASC), daemon task definitions are listed in ascending order by family name and revision number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sort

      The order to sort the results. Valid values are ASC and DESC. By default ( ASC), daemon task definitions are listed in ascending order by family name and revision number.

      Parameters:
      sort - The order to sort the results. Valid values are ASC and DESC. By default ( ASC), daemon task definitions are listed in ascending order by family name and revision number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken value returned from a ListDaemonTaskDefinitions request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults was provided, it's possible for the number of results to be fewer than maxResults.

      This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

      Parameters:
      nextToken - The nextToken value returned from a ListDaemonTaskDefinitions request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults was provided, it's possible for the number of results to be fewer than maxResults.

      This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of daemon task definition results that ListDaemonTaskDefinitions returned in paginated output. When this parameter is used, ListDaemonTaskDefinitions only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListDaemonTaskDefinitions request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListDaemonTaskDefinitions returns up to 100 results and a nextToken value if applicable.

      Parameters:
      maxResults - The maximum number of daemon task definition results that ListDaemonTaskDefinitions returned in paginated output. When this parameter is used, ListDaemonTaskDefinitions only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListDaemonTaskDefinitions request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListDaemonTaskDefinitions returns up to 100 results and a nextToken value if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDaemonTaskDefinitionsRequest.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.