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