Interface ListTransactionsRequest.Builder

  • Method Details

    • catalogId

      The catalog for which to list transactions. Defaults to the account ID of the caller.

      Parameters:
      catalogId - The catalog for which to list transactions. Defaults to the account ID of the caller.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusFilter

      ListTransactionsRequest.Builder statusFilter(String statusFilter)

      A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

      Parameters:
      statusFilter - A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusFilter

      A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

      Parameters:
      statusFilter - A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListTransactionsRequest.Builder maxResults(Integer maxResults)

      The maximum number of transactions to return in a single call.

      Parameters:
      maxResults - The maximum number of transactions to return in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A continuation token if this is not the first call to retrieve transactions.

      Parameters:
      nextToken - A continuation token if this is not the first call to retrieve transactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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