Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateFlowVersionRequest.Builder
-
Packages that use CreateFlowVersionRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CreateFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateFlowVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFlowVersionResponse>BedrockAgentAsyncClient. createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> createFlowVersionRequest)Creates a version of the flow that you can deploy.default CreateFlowVersionResponseBedrockAgentClient. createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> createFlowVersionRequest)Creates a version of the flow that you can deploy. -
Uses of CreateFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateFlowVersionRequest.Builder Modifier and Type Method Description static CreateFlowVersionRequest.BuilderCreateFlowVersionRequest. builder()CreateFlowVersionRequest.BuilderCreateFlowVersionRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateFlowVersionRequest.BuilderCreateFlowVersionRequest.Builder. description(String description)A description of the version of the flow.CreateFlowVersionRequest.BuilderCreateFlowVersionRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow that you want to create a version of.CreateFlowVersionRequest.BuilderCreateFlowVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFlowVersionRequest.BuilderCreateFlowVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFlowVersionRequest.BuilderCreateFlowVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateFlowVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateFlowVersionRequest.Builder>CreateFlowVersionRequest. serializableBuilderClass()
-