public static interface SortCondition.Builder extends SdkPojo, CopyableBuilder<SortCondition.Builder,SortCondition>
| Modifier and Type | Method and Description |
|---|---|
SortCondition.Builder |
name(ListDomainsAttributeName name)
Field to be used for sorting the list of domains.
|
SortCondition.Builder |
name(String name)
Field to be used for sorting the list of domains.
|
SortCondition.Builder |
sortOrder(SortOrder sortOrder)
The sort order for a list of domains.
|
SortCondition.Builder |
sortOrder(String sortOrder)
The sort order for a list of domains.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortCondition.Builder name(String 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.
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.ListDomainsAttributeName,
ListDomainsAttributeNameSortCondition.Builder name(ListDomainsAttributeName 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.
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.ListDomainsAttributeName,
ListDomainsAttributeNameSortCondition.Builder sortOrder(String sortOrder)
The sort order for a list of domains. Either ascending (ASC) or descending (DES).
SortCondition.Builder sortOrder(SortOrder sortOrder)
The sort order for a list of domains. Either ascending (ASC) or descending (DES).
Copyright © 2023. All rights reserved.