Interface ListTransactionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTransactionsRequest.Builder,
,ListTransactionsRequest> LakeFormationRequest.Builder
,SdkBuilder<ListTransactionsRequest.Builder,
,ListTransactionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTransactionsRequest
@Mutable
@NotThreadSafe
public static interface ListTransactionsRequest.Builder
extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListTransactionsRequest.Builder,ListTransactionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog for which to list transactions.maxResults
(Integer maxResults) The maximum number of transactions to return in a single call.A continuation token if this is not the first call to retrieve transactions.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.statusFilter
(String statusFilter) A filter indicating the status of transactions to return.statusFilter
(TransactionStatusFilter statusFilter) A filter indicating the status of transactions to return.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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 isALL
.- 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 isALL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTransactionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-