Interface ObjectiveSummary.Builder

    • Method Detail

      • arn

        ObjectiveSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) that identifies the objective.

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

        ObjectiveSummary.Builder name​(String name)

        The name of the objective.

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

        ObjectiveSummary.Builder description​(String description)

        The description of the objective.

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

        ObjectiveSummary.Builder domain​(AssociatedDomainSummary domain)

        The domain that the objective belongs to.

        Parameters:
        domain - The domain that the objective belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ObjectiveSummary.Builder createTime​(Instant createTime)

        The time when the objective was created.

        Parameters:
        createTime - The time when the objective was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        ObjectiveSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The time when the objective was most recently updated.

        Parameters:
        lastUpdateTime - The time when the objective was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.