Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.UpdateBlueprintRequest.Builder
-
Packages that use UpdateBlueprintRequest.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation Amazon Bedrock Data Automation BuildTimesoftware.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of UpdateBlueprintRequest.Builder in software.amazon.awssdk.services.bedrockdataautomation
Method parameters in software.amazon.awssdk.services.bedrockdataautomation with type arguments of type UpdateBlueprintRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBlueprintResponse>BedrockDataAutomationAsyncClient. updateBlueprint(Consumer<UpdateBlueprintRequest.Builder> updateBlueprintRequest)Updates an existing Amazon Bedrock Data Automation Blueprintdefault UpdateBlueprintResponseBedrockDataAutomationClient. updateBlueprint(Consumer<UpdateBlueprintRequest.Builder> updateBlueprintRequest)Updates an existing Amazon Bedrock Data Automation Blueprint -
Uses of UpdateBlueprintRequest.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return UpdateBlueprintRequest.Builder Modifier and Type Method Description UpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. blueprintArn(String blueprintArn)ARN generated at the server side when a Blueprint is createdUpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. blueprintStage(String blueprintStage)Sets the value of the BlueprintStage property for this object.UpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. blueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.static UpdateBlueprintRequest.BuilderUpdateBlueprintRequest. builder()UpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBlueprintRequest.BuilderUpdateBlueprintRequest.Builder. schema(String schema)Sets the value of the Schema property for this object.UpdateBlueprintRequest.BuilderUpdateBlueprintRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type UpdateBlueprintRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBlueprintRequest.Builder>UpdateBlueprintRequest. serializableBuilderClass()
-