Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.Builder
Packages that use CfnFlowPropsMixin.Builder
-
Uses of CfnFlowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.bedrock
Methods in software.amazon.awscdk.cfnpropertymixins.services.bedrock that return CfnFlowPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnFlowPropsMixin.BuilderCfnFlowPropsMixin.Builder.create()static CfnFlowPropsMixin.BuilderCfnFlowPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFlowPropsMixin.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.CfnFlowPropsMixin.Builder.definition(CfnFlowPropsMixin.FlowDefinitionProperty definition) The definition of the nodes and connections between the nodes in the flow.CfnFlowPropsMixin.Builder.definition(IResolvable definition) The definition of the nodes and connections between the nodes in the flow.CfnFlowPropsMixin.Builder.definitionS3Location(CfnFlowPropsMixin.S3LocationProperty definitionS3Location) The Amazon S3 location of the flow definition.CfnFlowPropsMixin.Builder.definitionS3Location(IResolvable definitionS3Location) The Amazon S3 location of the flow definition.CfnFlowPropsMixin.Builder.definitionString(String definitionString) The definition of the flow as a JSON-formatted string.CfnFlowPropsMixin.Builder.definitionSubstitutions(Map<String, ? extends Object> definitionSubstitutions) A map that specifies the mappings for placeholder variables in the prompt flow definition.CfnFlowPropsMixin.Builder.definitionSubstitutions(IResolvable definitionSubstitutions) A map that specifies the mappings for placeholder variables in the prompt flow definition.CfnFlowPropsMixin.Builder.description(String description) A description of the flow.CfnFlowPropsMixin.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create a flow.The name of the flow.Metadata that you can assign to a resource as key-value pairs.CfnFlowPropsMixin.Builder.testAliasTags(Map<String, String> testAliasTags) A map of tag keys and values.CfnFlowPropsMixin.Builder.testAliasTags(IResolvable testAliasTags) A map of tag keys and values.