Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ListBlueprintsResponse.Builder
-
Packages that use ListBlueprintsResponse.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ListBlueprintsResponse.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ListBlueprintsResponse.Builder Modifier and Type Method Description ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(Collection<BlueprintSummary> blueprints)Sets the value of the Blueprints property for this object.ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(Consumer<BlueprintSummary.Builder>... blueprints)Sets the value of the Blueprints property for this object.ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(BlueprintSummary... blueprints)Sets the value of the Blueprints property for this object.static ListBlueprintsResponse.BuilderListBlueprintsResponse. builder()ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListBlueprintsResponse.BuilderListBlueprintsResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ListBlueprintsResponse.Builder Modifier and Type Method Description static Class<? extends ListBlueprintsResponse.Builder>ListBlueprintsResponse. serializableBuilderClass()
-