Interface OpportunityEngagementInvitationSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpportunityEngagementInvitationSort.Builder,,OpportunityEngagementInvitationSort> SdkBuilder<OpportunityEngagementInvitationSort.Builder,,OpportunityEngagementInvitationSort> SdkPojo
- Enclosing class:
OpportunityEngagementInvitationSort
@Mutable
@NotThreadSafe
public static interface OpportunityEngagementInvitationSort.Builder
extends SdkPojo, CopyableBuilder<OpportunityEngagementInvitationSort.Builder,OpportunityEngagementInvitationSort>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the field by which the Engagement Invitations are sorted.Specifies the field by which the Engagement Invitations are sorted.Defines the order in which the Engagement Invitations are sorted.Defines the order in which the Engagement Invitations are sorted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sortOrder
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).- Parameters:
sortOrder- Defines the order in which the Engagement Invitations are sorted. The values can beASC(ascending) orDESC(descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).- Parameters:
sortOrder- Defines the order in which the Engagement Invitations are sorted. The values can beASC(ascending) orDESC(descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.- Parameters:
sortBy- Specifies the field by which the Engagement Invitations are sorted. Common values includeInvitationDateandStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.- Parameters:
sortBy- Specifies the field by which the Engagement Invitations are sorted. Common values includeInvitationDateandStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-