Class WorkflowState.Builder

  • Enclosing class:
    WorkflowState

    public static final class WorkflowState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • arn

        public WorkflowState.Builder arn​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The Workflow ARN.
        Returns:
        builder
      • arn

        public WorkflowState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The Workflow ARN.
        Returns:
        builder
      • description

        public WorkflowState.Builder description​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - A textual description for the workflow.
        Returns:
        builder
      • description

        public WorkflowState.Builder description​(java.lang.String description)
        Parameters:
        description - A textual description for the workflow.
        Returns:
        builder
      • onExceptionSteps

        public WorkflowState.Builder onExceptionSteps​(@Nullable
                                                      com.pulumi.core.Output<java.util.List<WorkflowOnExceptionStepArgs>> onExceptionSteps)
        Parameters:
        onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
        Returns:
        builder
      • onExceptionSteps

        public WorkflowState.Builder onExceptionSteps​(java.util.List<WorkflowOnExceptionStepArgs> onExceptionSteps)
        Parameters:
        onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
        Returns:
        builder
      • onExceptionSteps

        public WorkflowState.Builder onExceptionSteps​(WorkflowOnExceptionStepArgs... onExceptionSteps)
        Parameters:
        onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
        Returns:
        builder
      • steps

        public WorkflowState.Builder steps​(@Nullable
                                           com.pulumi.core.Output<java.util.List<WorkflowStepArgs>> steps)
        Parameters:
        steps - Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.
        Returns:
        builder
      • steps

        public WorkflowState.Builder steps​(java.util.List<WorkflowStepArgs> steps)
        Parameters:
        steps - Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.
        Returns:
        builder
      • steps

        public WorkflowState.Builder steps​(WorkflowStepArgs... steps)
        Parameters:
        steps - Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.
        Returns:
        builder
      • tags

        public WorkflowState.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 WorkflowState.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 WorkflowState.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 WorkflowState.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