Interface ListDaemonDeploymentsRequest.Builder

  • Method Details

    • daemonArn

      The Amazon Resource Name (ARN) of the daemon to list deployments for.

      Parameters:
      daemonArn - The Amazon Resource Name (ARN) of the daemon to list deployments for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.

      Parameters:
      status - An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      ListDaemonDeploymentsRequest.Builder statusWithStrings(String... status)

      An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.

      Parameters:
      status - An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.

      Parameters:
      status - An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.

      Parameters:
      status - An optional filter to narrow the ListDaemonDeployments results by deployment status. If you don't specify a status, all deployments are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      An optional filter to narrow the ListDaemonDeployments results by creation time. If you don't specify a time range, all deployments are returned.

      Parameters:
      createdAt - An optional filter to narrow the ListDaemonDeployments results by creation time. If you don't specify a time range, all deployments are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      An optional filter to narrow the ListDaemonDeployments results by creation time. If you don't specify a time range, all deployments are returned.

      This is a convenience method that creates an instance of the CreatedAt.Builder avoiding the need to create one manually via CreatedAt.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to createdAt(CreatedAt).

      Parameters:
      createdAt - a consumer that will call methods on CreatedAt.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The maximum number of daemon deployment results that ListDaemonDeployments returned in paginated output. When this parameter is used, ListDaemonDeployments 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 ListDaemonDeployments request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListDaemonDeployments returns up to 20 results and a nextToken value if applicable.

      Parameters:
      maxResults - The maximum number of daemon deployment results that ListDaemonDeployments returned in paginated output. When this parameter is used, ListDaemonDeployments 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 ListDaemonDeployments request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListDaemonDeployments returns up to 20 results and a nextToken value if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The nextToken value returned from a ListDaemonDeployments 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 ListDaemonDeployments 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.
    • overrideConfiguration

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