Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestionJobSortBy.Builder
-
Packages that use IngestionJobSortBy.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJobSortBy.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobSortBy.Builder Modifier and Type Method Description IngestionJobSortBy.BuilderIngestionJobSortBy.Builder. attribute(String attribute)Sets the value of the Attribute property for this object.IngestionJobSortBy.BuilderIngestionJobSortBy.Builder. attribute(IngestionJobSortByAttribute attribute)Sets the value of the Attribute property for this object.static IngestionJobSortBy.BuilderIngestionJobSortBy. builder()IngestionJobSortBy.BuilderIngestionJobSortBy.Builder. order(String order)Sets the value of the Order property for this object.IngestionJobSortBy.BuilderIngestionJobSortBy.Builder. order(SortOrder order)Sets the value of the Order property for this object.IngestionJobSortBy.BuilderIngestionJobSortBy. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobSortBy.Builder Modifier and Type Method Description static Class<? extends IngestionJobSortBy.Builder>IngestionJobSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobSortBy.Builder Modifier and Type Method Description default ListIngestionJobsRequest.BuilderListIngestionJobsRequest.Builder. sortBy(Consumer<IngestionJobSortBy.Builder> sortBy)Sets the value of the SortBy property for this object.
-