Interface UpdateBrandAssignmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBrandAssignmentResponse.Builder,UpdateBrandAssignmentResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateBrandAssignmentResponse.Builder,UpdateBrandAssignmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateBrandAssignmentResponse
@Mutable @NotThreadSafe public static interface UpdateBrandAssignmentResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateBrandAssignmentResponse.Builder,UpdateBrandAssignmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBrandAssignmentResponse.BuilderbrandArn(String brandArn)The Amazon Resource Name (ARN) of the brand.UpdateBrandAssignmentResponse.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
UpdateBrandAssignmentResponse.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.
-
brandArn
UpdateBrandAssignmentResponse.Builder brandArn(String brandArn)
The Amazon Resource Name (ARN) of the brand.
- Parameters:
brandArn- The Amazon Resource Name (ARN) of the brand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-