Interface ConfirmationStatusFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfirmationStatusFilter.Builder,ConfirmationStatusFilter>,SdkBuilder<ConfirmationStatusFilter.Builder,ConfirmationStatusFilter>,SdkPojo
- Enclosing class:
- ConfirmationStatusFilter
public static interface ConfirmationStatusFilter.Builder extends SdkPojo, CopyableBuilder<ConfirmationStatusFilter.Builder,ConfirmationStatusFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfirmationStatusFilter.Builderinclude(Collection<ConfirmationStatus> include)The container to determine whether to list results that have only reached finality .ConfirmationStatusFilter.Builderinclude(ConfirmationStatus... include)The container to determine whether to list results that have only reached finality .ConfirmationStatusFilter.BuilderincludeWithStrings(String... include)The container to determine whether to list results that have only reached finality .ConfirmationStatusFilter.BuilderincludeWithStrings(Collection<String> include)The container to determine whether to list results that have only reached finality .-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
includeWithStrings
ConfirmationStatusFilter.Builder includeWithStrings(Collection<String> include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
- Parameters:
include- The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
ConfirmationStatusFilter.Builder includeWithStrings(String... include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
- Parameters:
include- The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
ConfirmationStatusFilter.Builder include(Collection<ConfirmationStatus> include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
- Parameters:
include- The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
ConfirmationStatusFilter.Builder include(ConfirmationStatus... include)
The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
- Parameters:
include- The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-