Interface BrandDetail.Builder

    • Method Detail

      • brandId

        BrandDetail.Builder brandId​(String brandId)

        The ID of the QuickSight brand.

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

        BrandDetail.Builder arn​(String 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, BrandStatus
      • 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:
        BrandStatus, BrandStatus
      • 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.
      • errors

        BrandDetail.Builder errors​(Collection<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.
      • 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

        BrandDetail.Builder logo​(Logo logo)

        The logo details.

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