Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateFlowRequest.Builder
Packages that use UpdateFlowRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateFlowRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateFlowResponse>BedrockAgentAsyncClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest) Modifies a flow.default UpdateFlowResponseBedrockAgentClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest) Modifies a flow. -
Uses of UpdateFlowRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateFlowRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateFlowRequest.BuilderUpdateFlowRequest.builder()UpdateFlowRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.default UpdateFlowRequest.BuilderUpdateFlowRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and the connections between the nodes in the flow.UpdateFlowRequest.Builder.definition(FlowDefinition definition) A definition of the nodes and the connections between the nodes in the flow.UpdateFlowRequest.Builder.description(String description) A description for the flow.UpdateFlowRequest.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.UpdateFlowRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.A name for the flow.UpdateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateFlowRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateFlowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateFlowRequest.Builder>UpdateFlowRequest.serializableBuilderClass()