Interface CreateBrandRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBrandRequest.Builder,CreateBrandRequest>,QuickSightRequest.Builder,SdkBuilder<CreateBrandRequest.Builder,CreateBrandRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBrandRequest
@Mutable @NotThreadSafe public static interface CreateBrandRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateBrandRequest.Builder,CreateBrandRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateBrandRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brand.default CreateBrandRequest.BuilderbrandDefinition(Consumer<BrandDefinition.Builder> brandDefinition)The definition of the brand.CreateBrandRequest.BuilderbrandDefinition(BrandDefinition brandDefinition)The definition of the brand.CreateBrandRequest.BuilderbrandId(String brandId)The ID of the QuickSight brand.CreateBrandRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBrandRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBrandRequest.Buildertags(Collection<Tag> tags)A map of the key-value pairs that are assigned to the brand.CreateBrandRequest.Buildertags(Consumer<Tag.Builder>... tags)A map of the key-value pairs that are assigned to the brand.CreateBrandRequest.Buildertags(Tag... tags)A map of the key-value pairs that are assigned to the brand.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
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
-
awsAccountId
CreateBrandRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that owns the brand.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that owns the brand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
brandId
CreateBrandRequest.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.
-
brandDefinition
CreateBrandRequest.Builder brandDefinition(BrandDefinition brandDefinition)
The definition of the brand.
- Parameters:
brandDefinition- The definition of the brand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
brandDefinition
default CreateBrandRequest.Builder brandDefinition(Consumer<BrandDefinition.Builder> brandDefinition)
The definition of the brand.
This is a convenience method that creates an instance of theBrandDefinition.Builderavoiding the need to create one manually viaBrandDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobrandDefinition(BrandDefinition).- Parameters:
brandDefinition- a consumer that will call methods onBrandDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
brandDefinition(BrandDefinition)
-
tags
CreateBrandRequest.Builder tags(Collection<Tag> tags)
A map of the key-value pairs that are assigned to the brand.
- Parameters:
tags- A map of the key-value pairs that are assigned to the brand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBrandRequest.Builder tags(Tag... tags)
A map of the key-value pairs that are assigned to the brand.
- Parameters:
tags- A map of the key-value pairs that are assigned to the brand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBrandRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs that are assigned to the brand.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateBrandRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBrandRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-