Interface ComparativeOrder.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComparativeOrder.Builder,,ComparativeOrder> SdkBuilder<ComparativeOrder.Builder,,ComparativeOrder> SdkPojo
- Enclosing class:
ComparativeOrder
public static interface ComparativeOrder.Builder
extends SdkPojo, CopyableBuilder<ComparativeOrder.Builder,ComparativeOrder>
-
Method Summary
Modifier and TypeMethodDescriptionspecifedOrder(String... specifedOrder) The list of columns to be used in the ordering.specifedOrder(Collection<String> specifedOrder) The list of columns to be used in the ordering.treatUndefinedSpecifiedValues(String treatUndefinedSpecifiedValues) The treat of undefined specified values.treatUndefinedSpecifiedValues(UndefinedSpecifiedValueType treatUndefinedSpecifiedValues) The treat of undefined specified values.useOrdering(String useOrdering) The ordering type for a column.useOrdering(ColumnOrderingType useOrdering) The ordering type for a column.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
useOrdering
The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.- Parameters:
useOrdering- The ordering type for a column. Valid values for this structure areGREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
useOrdering
The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.- Parameters:
useOrdering- The ordering type for a column. Valid values for this structure areGREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
specifedOrder
The list of columns to be used in the ordering.
- Parameters:
specifedOrder- The list of columns to be used in the ordering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specifedOrder
The list of columns to be used in the ordering.
- Parameters:
specifedOrder- The list of columns to be used in the ordering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treatUndefinedSpecifiedValues
The treat of undefined specified values. Valid values for this structure are
LEASTandMOST.- Parameters:
treatUndefinedSpecifiedValues- The treat of undefined specified values. Valid values for this structure areLEASTandMOST.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
treatUndefinedSpecifiedValues
ComparativeOrder.Builder treatUndefinedSpecifiedValues(UndefinedSpecifiedValueType treatUndefinedSpecifiedValues) The treat of undefined specified values. Valid values for this structure are
LEASTandMOST.- Parameters:
treatUndefinedSpecifiedValues- The treat of undefined specified values. Valid values for this structure areLEASTandMOST.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-