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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrandSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the brand.BrandSummary.BuilderbrandId(String brandId)The ID of the QuickSight brand.BrandSummary.BuilderbrandName(String brandName)The name of the brand.BrandSummary.BuilderbrandStatus(String brandStatus)The status of the brand.BrandSummary.BuilderbrandStatus(BrandStatus brandStatus)The status of the brand.BrandSummary.BuildercreatedTime(Instant createdTime)The time that the brand was created.BrandSummary.Builderdescription(String description)The description of the brand.BrandSummary.BuilderlastUpdatedTime(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 Detail
-
arn
BrandSummary.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.
-
brandId
BrandSummary.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.
-
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,BrandStatus
-
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:
BrandStatus,BrandStatus
-
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.
-
-