Interface BotVersionReplicaSortBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotVersionReplicaSortBy.Builder,BotVersionReplicaSortBy>,SdkBuilder<BotVersionReplicaSortBy.Builder,BotVersionReplicaSortBy>,SdkPojo
- Enclosing class:
- BotVersionReplicaSortBy
public static interface BotVersionReplicaSortBy.Builder extends SdkPojo, CopyableBuilder<BotVersionReplicaSortBy.Builder,BotVersionReplicaSortBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotVersionReplicaSortBy.Builderattribute(String attribute)The attribute of the sort category for the version replicated bots.BotVersionReplicaSortBy.Builderattribute(BotVersionReplicaSortAttribute attribute)The attribute of the sort category for the version replicated bots.BotVersionReplicaSortBy.Builderorder(String order)The order of the sort category for the version replicated bots.BotVersionReplicaSortBy.Builderorder(SortOrder order)The order of the sort category for the version replicated bots.-
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, sdkFields
-
-
-
-
Method Detail
-
attribute
BotVersionReplicaSortBy.Builder attribute(String attribute)
The attribute of the sort category for the version replicated bots.
- Parameters:
attribute- The attribute of the sort category for the version replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotVersionReplicaSortAttribute,BotVersionReplicaSortAttribute
-
attribute
BotVersionReplicaSortBy.Builder attribute(BotVersionReplicaSortAttribute attribute)
The attribute of the sort category for the version replicated bots.
- Parameters:
attribute- The attribute of the sort category for the version replicated bots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotVersionReplicaSortAttribute,BotVersionReplicaSortAttribute
-
order
BotVersionReplicaSortBy.Builder order(String order)
The order of the sort category for the version replicated bots.
-
order
BotVersionReplicaSortBy.Builder order(SortOrder order)
The order of the sort category for the version replicated bots.
-
-