Interface BrandSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrandSummary.Builder,
,BrandSummary> SdkBuilder<BrandSummary.Builder,
,BrandSummary> SdkPojo
- Enclosing class:
BrandSummary
@Mutable
@NotThreadSafe
public static interface BrandSummary.Builder
extends SdkPojo, CopyableBuilder<BrandSummary.Builder,BrandSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the brand.The ID of the Amazon QuickSight brand.The name of the brand.brandStatus
(String brandStatus) The status of the brand.brandStatus
(BrandStatus brandStatus) The status of the brand.createdTime
(Instant createdTime) The time that the brand was created.description
(String description) The description of the brand.lastUpdatedTime
(Instant lastUpdatedTime) The time when the brand was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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
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
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
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
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.
-