Interface WorkflowSummary.Builder

    • Method Detail

      • arn

        WorkflowSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the workflow resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        WorkflowSummary.Builder name​(String name)

        The name of the workflow.

        Parameters:
        name - The name of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        WorkflowSummary.Builder version​(String version)

        The version of the workflow.

        Parameters:
        version - The version of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        WorkflowSummary.Builder description​(String description)

        Describes the workflow.

        Parameters:
        description - Describes the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeDescription

        WorkflowSummary.Builder changeDescription​(String changeDescription)

        The change description for the current version of the workflow resource.

        Parameters:
        changeDescription - The change description for the current version of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        WorkflowSummary.Builder type​(String type)

        The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

        Parameters:
        type - The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • type

        WorkflowSummary.Builder type​(WorkflowType type)

        The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

        Parameters:
        type - The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • owner

        WorkflowSummary.Builder owner​(String owner)

        The owner of the workflow resource.

        Parameters:
        owner - The owner of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        WorkflowSummary.Builder state​(WorkflowState state)

        Describes the current state of the workflow resource.

        Parameters:
        state - Describes the current state of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateCreated

        WorkflowSummary.Builder dateCreated​(String dateCreated)

        The original creation date of the workflow resource.

        Parameters:
        dateCreated - The original creation date of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        WorkflowSummary.Builder tags​(Map<String,​String> tags)

        Contains a list of tags that are defined for the workflow.

        Parameters:
        tags - Contains a list of tags that are defined for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.