Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateFlowRequest.Builder
Packages that use CreateFlowRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateFlowRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowResponse>BedrockAgentAsyncClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CreateFlowResponseBedrockAgentClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output. -
Uses of CreateFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateFlowRequest.BuilderModifier and TypeMethodDescriptionstatic CreateFlowRequest.BuilderCreateFlowRequest.builder()CreateFlowRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateFlowRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.default CreateFlowRequest.BuilderCreateFlowRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and connections between nodes in the flow.CreateFlowRequest.Builder.definition(FlowDefinition definition) A definition of the nodes and connections between nodes in the flow.CreateFlowRequest.Builder.description(String description) A description for the flow.CreateFlowRequest.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.A name for the flow.CreateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Any tags that you want to attach to the flow.CreateFlowRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateFlowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowRequest.Builder>CreateFlowRequest.serializableBuilderClass()