Interface UpdateBrandResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBrandResponse.Builder,,UpdateBrandResponse> QuickSightResponse.Builder,SdkBuilder<UpdateBrandResponse.Builder,,UpdateBrandResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateBrandResponse
@Mutable
@NotThreadSafe
public static interface UpdateBrandResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateBrandResponse.Builder,UpdateBrandResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateBrandResponse.BuilderbrandDefinition(Consumer<BrandDefinition.Builder> brandDefinition) The definition of the brand.brandDefinition(BrandDefinition brandDefinition) The definition of the brand.default UpdateBrandResponse.BuilderbrandDetail(Consumer<BrandDetail.Builder> brandDetail) The details of the brand.brandDetail(BrandDetail brandDetail) The details of the brand.The Amazon Web Services request ID for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
 requestId- The Amazon Web Services request ID for this operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
brandDetail
The details of the brand.
- Parameters:
 brandDetail- The details of the brand.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
brandDetail
The details of the brand.
This is a convenience method that creates an instance of theBrandDetail.Builderavoiding the need to create one manually viaBrandDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobrandDetail(BrandDetail).- Parameters:
 brandDetail- a consumer that will call methods onBrandDetail.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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 UpdateBrandResponse.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:
 
 
 -