Uses of Interface
software.amazon.awssdk.services.bedrockdataautomationruntime.model.Blueprint.Builder
-
Packages that use Blueprint.Builder Package Description software.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of Blueprint.Builder in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return Blueprint.Builder Modifier and Type Method Description Blueprint.BuilderBlueprint.Builder. blueprintArn(String blueprintArn)Arn of blueprint.static Blueprint.BuilderBlueprint. builder()Blueprint.BuilderBlueprint.Builder. stage(String stage)Stage of blueprint.Blueprint.BuilderBlueprint.Builder. stage(BlueprintStage stage)Stage of blueprint.Blueprint.BuilderBlueprint. toBuilder()Blueprint.BuilderBlueprint.Builder. version(String version)Version of blueprint.Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return types with arguments of type Blueprint.Builder Modifier and Type Method Description static Class<? extends Blueprint.Builder>Blueprint. serializableBuilderClass()
-