Interface BrandSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the brand.

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

      BrandSummary.Builder brandId(String brandId)

      The ID of the Amazon QuickSight brand.

      Parameters:
      brandId - The ID of the Amazon QuickSight brand.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • brandName

      BrandSummary.Builder brandName(String brandName)

      The name of the brand.

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

      BrandSummary.Builder description(String description)

      The description of the brand.

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

      BrandSummary.Builder brandStatus(String brandStatus)

      The status of the brand.

      Parameters:
      brandStatus - The status of the brand.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • brandStatus

      BrandSummary.Builder brandStatus(BrandStatus brandStatus)

      The status of the brand.

      Parameters:
      brandStatus - The status of the brand.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      BrandSummary.Builder createdTime(Instant createdTime)

      The time that the brand was created.

      Parameters:
      createdTime - The time that the brand was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      BrandSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The time when the brand was last updated.

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