Interface SortCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SortCondition.Builder,
,SortCondition> SdkBuilder<SortCondition.Builder,
,SortCondition> SdkPojo
- Enclosing class:
SortCondition
@Mutable
@NotThreadSafe
public static interface SortCondition.Builder
extends SdkPojo, CopyableBuilder<SortCondition.Builder,SortCondition>
-
Method Summary
Modifier and TypeMethodDescriptionField to be used for sorting the list of domains.name
(ListDomainsAttributeName name) Field to be used for sorting the list of domains.The sort order for a list of domains.The sort order for a list of domains.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
-
name
Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if
filterCondition
is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.- Parameters:
name
- Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that iffilterCondition
is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if
filterCondition
is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.- Parameters:
name
- Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that iffilterCondition
is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for a list of domains. Either ascending (ASC) or descending (DES).
- Parameters:
sortOrder
- The sort order for a list of domains. Either ascending (ASC) or descending (DES).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for a list of domains. Either ascending (ASC) or descending (DES).
- Parameters:
sortOrder
- The sort order for a list of domains. Either ascending (ASC) or descending (DES).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-