Interface DescribeBrandPublishedVersionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBrandPublishedVersionResponse.Builder,DescribeBrandPublishedVersionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeBrandPublishedVersionResponse.Builder,DescribeBrandPublishedVersionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBrandPublishedVersionResponse
@Mutable @NotThreadSafe public static interface DescribeBrandPublishedVersionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeBrandPublishedVersionResponse.Builder,DescribeBrandPublishedVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBrandPublishedVersionResponse.BuilderbrandDefinition(Consumer<BrandDefinition.Builder> brandDefinition)The definition of the brand.DescribeBrandPublishedVersionResponse.BuilderbrandDefinition(BrandDefinition brandDefinition)The definition of the brand.default DescribeBrandPublishedVersionResponse.BuilderbrandDetail(Consumer<BrandDetail.Builder> brandDetail)The details of the brand.DescribeBrandPublishedVersionResponse.BuilderbrandDetail(BrandDetail brandDetail)The details of the brand.DescribeBrandPublishedVersionResponse.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
DescribeBrandPublishedVersionResponse.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
DescribeBrandPublishedVersionResponse.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 DescribeBrandPublishedVersionResponse.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
DescribeBrandPublishedVersionResponse.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 DescribeBrandPublishedVersionResponse.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)
-
-