Interface WorkflowVersion.Builder

    • Method Detail

      • arn

        WorkflowVersion.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

        WorkflowVersion.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

        WorkflowVersion.Builder version​(String version)

        The semantic version of the workflow resource. The format includes three nodes: <major>.<minor>.<patch>.

        Parameters:
        version - The semantic version of the workflow resource. The format includes three nodes: <major>.<minor>.<patch>.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        WorkflowVersion.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.
      • type

        WorkflowVersion.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

        WorkflowVersion.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

        WorkflowVersion.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.
      • dateCreated

        WorkflowVersion.Builder dateCreated​(String dateCreated)

        The timestamp when Image Builder created the workflow version.

        Parameters:
        dateCreated - The timestamp when Image Builder created the workflow version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.