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