Interface DescribeBrandResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBrandResponse.Builder,
,DescribeBrandResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeBrandResponse.Builder,
,DescribeBrandResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBrandResponse
@Mutable
@NotThreadSafe
public static interface DescribeBrandResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeBrandResponse.Builder,DescribeBrandResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeBrandResponse.Builder
brandDefinition
(Consumer<BrandDefinition.Builder> brandDefinition) The definition of the brand.brandDefinition
(BrandDefinition brandDefinition) The definition of the brand.default DescribeBrandResponse.Builder
brandDetail
(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
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaBrandDetail.builder()
.When the
Consumer
completes,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 DescribeBrandResponse.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:
-