Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.GetBlueprintRequest.Builder
-
Packages that use GetBlueprintRequest.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation Amazon Bedrock Data Automation BuildTimesoftware.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of GetBlueprintRequest.Builder in software.amazon.awssdk.services.bedrockdataautomation
Method parameters in software.amazon.awssdk.services.bedrockdataautomation with type arguments of type GetBlueprintRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBlueprintResponse>BedrockDataAutomationAsyncClient. getBlueprint(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest)Gets an existing Amazon Bedrock Data Automation Blueprintdefault GetBlueprintResponseBedrockDataAutomationClient. getBlueprint(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest)Gets an existing Amazon Bedrock Data Automation Blueprint -
Uses of GetBlueprintRequest.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return GetBlueprintRequest.Builder Modifier and Type Method Description GetBlueprintRequest.BuilderGetBlueprintRequest.Builder. blueprintArn(String blueprintArn)ARN generated at the server side when a Blueprint is createdGetBlueprintRequest.BuilderGetBlueprintRequest.Builder. blueprintStage(String blueprintStage)Optional field to get a specific Blueprint stageGetBlueprintRequest.BuilderGetBlueprintRequest.Builder. blueprintStage(BlueprintStage blueprintStage)Optional field to get a specific Blueprint stageGetBlueprintRequest.BuilderGetBlueprintRequest.Builder. blueprintVersion(String blueprintVersion)Optional field to get a specific Blueprint versionstatic GetBlueprintRequest.BuilderGetBlueprintRequest. builder()GetBlueprintRequest.BuilderGetBlueprintRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlueprintRequest.BuilderGetBlueprintRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBlueprintRequest.BuilderGetBlueprintRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type GetBlueprintRequest.Builder Modifier and Type Method Description static Class<? extends GetBlueprintRequest.Builder>GetBlueprintRequest. serializableBuilderClass()
-