Interface Outcome.Builder

    • Method Detail

      • name

        Outcome.Builder name​(String name)

        The outcome name.

        Parameters:
        name - The outcome name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Outcome.Builder description​(String description)

        The outcome description.

        Parameters:
        description - The outcome description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Outcome.Builder lastUpdatedTime​(String lastUpdatedTime)

        The timestamp when the outcome was last updated.

        Parameters:
        lastUpdatedTime - The timestamp when the outcome was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Outcome.Builder createdTime​(String createdTime)

        The timestamp when the outcome was created.

        Parameters:
        createdTime - The timestamp when the outcome was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Outcome.Builder arn​(String arn)

        The outcome ARN.

        Parameters:
        arn - The outcome ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.