Class FlowDefinitionState.Builder

  • Enclosing class:
    FlowDefinitionState

    public static final class FlowDefinitionState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public FlowDefinitionState.Builder arn​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The Amazon Resource Name (ARN) assigned by AWS to this Flow Definition.
        Returns:
        builder
      • arn

        public FlowDefinitionState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The Amazon Resource Name (ARN) assigned by AWS to this Flow Definition.
        Returns:
        builder
      • flowDefinitionName

        public FlowDefinitionState.Builder flowDefinitionName​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> flowDefinitionName)
        Parameters:
        flowDefinitionName - The name of your flow definition.
        Returns:
        builder
      • flowDefinitionName

        public FlowDefinitionState.Builder flowDefinitionName​(java.lang.String flowDefinitionName)
        Parameters:
        flowDefinitionName - The name of your flow definition.
        Returns:
        builder
      • humanLoopActivationConfig

        public FlowDefinitionState.Builder humanLoopActivationConfig​(@Nullable
                                                                     com.pulumi.core.Output<FlowDefinitionHumanLoopActivationConfigArgs> humanLoopActivationConfig)
        Parameters:
        humanLoopActivationConfig - An object containing information about the events that trigger a human workflow. See Human Loop Activation Config details below.
        Returns:
        builder
      • humanLoopActivationConfig

        public FlowDefinitionState.Builder humanLoopActivationConfig​(FlowDefinitionHumanLoopActivationConfigArgs humanLoopActivationConfig)
        Parameters:
        humanLoopActivationConfig - An object containing information about the events that trigger a human workflow. See Human Loop Activation Config details below.
        Returns:
        builder
      • humanLoopConfig

        public FlowDefinitionState.Builder humanLoopConfig​(@Nullable
                                                           com.pulumi.core.Output<FlowDefinitionHumanLoopConfigArgs> humanLoopConfig)
        Parameters:
        humanLoopConfig - An object containing information about the tasks the human reviewers will perform. See Human Loop Config details below.
        Returns:
        builder
      • humanLoopRequestSource

        public FlowDefinitionState.Builder humanLoopRequestSource​(@Nullable
                                                                  com.pulumi.core.Output<FlowDefinitionHumanLoopRequestSourceArgs> humanLoopRequestSource)
        Parameters:
        humanLoopRequestSource - Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. See Human Loop Request Source details below.
        Returns:
        builder
      • humanLoopRequestSource

        public FlowDefinitionState.Builder humanLoopRequestSource​(FlowDefinitionHumanLoopRequestSourceArgs humanLoopRequestSource)
        Parameters:
        humanLoopRequestSource - Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. See Human Loop Request Source details below.
        Returns:
        builder
      • outputConfig

        public FlowDefinitionState.Builder outputConfig​(@Nullable
                                                        com.pulumi.core.Output<FlowDefinitionOutputConfigArgs> outputConfig)
        Parameters:
        outputConfig - An object containing information about where the human review results will be uploaded. See Output Config details below.
        Returns:
        builder
      • roleArn

        public FlowDefinitionState.Builder roleArn​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> roleArn)
        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
        Returns:
        builder
      • roleArn

        public FlowDefinitionState.Builder roleArn​(java.lang.String roleArn)
        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
        Returns:
        builder
      • tags

        public FlowDefinitionState.Builder tags​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public FlowDefinitionState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public FlowDefinitionState.Builder tagsAll​(@Nullable
                                                   com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public FlowDefinitionState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder