Interface DescribeBrandAssignmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBrandAssignmentResponse.Builder,DescribeBrandAssignmentResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeBrandAssignmentResponse.Builder,DescribeBrandAssignmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBrandAssignmentResponse
@Mutable @NotThreadSafe public static interface DescribeBrandAssignmentResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeBrandAssignmentResponse.Builder,DescribeBrandAssignmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBrandAssignmentResponse.BuilderbrandArn(String brandArn)The Amazon Resource Name (ARN) of the brand.DescribeBrandAssignmentResponse.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
DescribeBrandAssignmentResponse.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
DescribeBrandAssignmentResponse.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.
-
-