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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBrandResponse.BuilderbrandDefinition(Consumer<BrandDefinition.Builder> brandDefinition)The definition of the brand.DescribeBrandResponse.BuilderbrandDefinition(BrandDefinition brandDefinition)The definition of the brand.default DescribeBrandResponse.BuilderbrandDetail(Consumer<BrandDetail.Builder> brandDetail)The details of the brand.DescribeBrandResponse.BuilderbrandDetail(BrandDetail brandDetail)The details of the brand.DescribeBrandResponse.BuilderrequestId(String requestId)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 Detail
-
requestId
DescribeBrandResponse.Builder requestId(String 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
DescribeBrandResponse.Builder brandDetail(BrandDetail 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
default DescribeBrandResponse.Builder brandDetail(Consumer<BrandDetail.Builder> 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:
brandDetail(BrandDetail)
-
brandDefinition
DescribeBrandResponse.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 DescribeBrandResponse.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)
-
-