Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowVersionResponse.Builder
Packages that use GetFlowVersionResponse.Builder
-
Uses of GetFlowVersionResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowVersionResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.GetFlowVersionResponse.builder()The time at which the flow was created.GetFlowVersionResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that the version of the flow is encrypted with.default GetFlowVersionResponse.BuilderGetFlowVersionResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the nodes and connections between nodes in the flow.GetFlowVersionResponse.Builder.definition(FlowDefinition definition) The definition of the nodes and connections between nodes in the flow.GetFlowVersionResponse.Builder.description(String description) The description of the flow.GetFlowVersionResponse.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create a flow.The unique identifier of the flow.The name of the version.The status of the flow.GetFlowVersionResponse.Builder.status(FlowStatus status) The status of the flow.GetFlowVersionResponse.toBuilder()The version of the flow for which information was retrieved.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowVersionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowVersionResponse.Builder>GetFlowVersionResponse.serializableBuilderClass()