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
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that owns the brand.default CreateBrandRequest.Builder
brandDefinition
(Consumer<BrandDefinition.Builder> brandDefinition) The definition of the brand.brandDefinition
(BrandDefinition brandDefinition) The definition of the brand.The ID of the Amazon QuickSight brand.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) A map of the key-value pairs that are assigned to the brand.tags
(Consumer<Tag.Builder>... tags) A map of the key-value pairs that are assigned to the brand.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 Details
-
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
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.
-
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.Builder
avoiding the need to create one manually viaBrandDefinition.builder()
.When the
Consumer
completes,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:
-
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
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
A map of the key-value pairs that are assigned to the brand.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateBrandRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateBrandRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-