Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateFlowVersionRequest.Builder
Packages that use CreateFlowVersionRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateFlowVersionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.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.BuilderModifier and TypeMethodDescriptionCreateFlowVersionRequest.builder()CreateFlowVersionRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateFlowVersionRequest.Builder.description(String description) A description of the version of the flow.CreateFlowVersionRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow that you want to create a version of.CreateFlowVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFlowVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateFlowVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateFlowVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowVersionRequest.Builder>CreateFlowVersionRequest.serializableBuilderClass()