Interface FieldSortExpression.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldSortExpression.Builder,
,FieldSortExpression> SdkBuilder<FieldSortExpression.Builder,
,FieldSortExpression> SdkPojo
- Enclosing class:
FieldSortExpression
@Mutable
@NotThreadSafe
public static interface FieldSortExpression.Builder
extends SdkPojo, CopyableBuilder<FieldSortExpression.Builder,FieldSortExpression>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the field.The sort order for the field.The sort order for the field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sortOrder
The sort order for the field.
- Parameters:
sortOrder
- The sort order for the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the field.
- Parameters:
sortOrder
- The sort order for the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the field.
- Parameters:
name
- The name of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-