Interface BrandDetail.Builder

  • Method Details

    • brandId

      BrandDetail.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.
    • 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.
    • brandStatus

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

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

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

      BrandDetail.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The last time the brand was updated.

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

      BrandDetail.Builder versionId(String versionId)

      The ID of the version.

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

      BrandDetail.Builder versionStatus(String versionStatus)

      The status of the version.

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

      BrandDetail.Builder versionStatus(BrandVersionStatus versionStatus)

      The status of the version.

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

      A list of errors that occurred during the most recent brand operation.

      Parameters:
      errors - A list of errors that occurred during the most recent brand operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      BrandDetail.Builder errors(String... errors)

      A list of errors that occurred during the most recent brand operation.

      Parameters:
      errors - A list of errors that occurred during the most recent brand operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logo

      The logo details.

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

      The logo details.

      This is a convenience method that creates an instance of the Logo.Builder avoiding the need to create one manually via Logo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to logo(Logo).

      Parameters:
      logo - a consumer that will call methods on Logo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: