Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.BlueprintFilter.Builder
-
Packages that use BlueprintFilter.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of BlueprintFilter.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return BlueprintFilter.Builder Modifier and Type Method Description BlueprintFilter.BuilderBlueprintFilter.Builder. blueprintArn(String blueprintArn)Sets the value of the BlueprintArn property for this object.BlueprintFilter.BuilderBlueprintFilter.Builder. blueprintStage(String blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintFilter.BuilderBlueprintFilter.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintFilter.BuilderBlueprintFilter.Builder. blueprintVersion(String blueprintVersion)Sets the value of the BlueprintVersion property for this object.static BlueprintFilter.BuilderBlueprintFilter. builder()BlueprintFilter.BuilderBlueprintFilter. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type BlueprintFilter.Builder Modifier and Type Method Description static Class<? extends BlueprintFilter.Builder>BlueprintFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type BlueprintFilter.Builder Modifier and Type Method Description default ListDataAutomationProjectsRequest.BuilderListDataAutomationProjectsRequest.Builder. blueprintFilter(Consumer<BlueprintFilter.Builder> blueprintFilter)Sets the value of the BlueprintFilter property for this object.
-