Interface UpdateBrandAssignmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBrandAssignmentRequest.Builder,UpdateBrandAssignmentRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateBrandAssignmentRequest.Builder,UpdateBrandAssignmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBrandAssignmentRequest
@Mutable @NotThreadSafe public static interface UpdateBrandAssignmentRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateBrandAssignmentRequest.Builder,UpdateBrandAssignmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBrandAssignmentRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brand assignment.UpdateBrandAssignmentRequest.BuilderbrandArn(String brandArn)The Amazon Resource Name (ARN) of the brand.UpdateBrandAssignmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBrandAssignmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateBrandAssignmentRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that owns the brand assignment.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that owns the brand assignment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
brandArn
UpdateBrandAssignmentRequest.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.
-
overrideConfiguration
UpdateBrandAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBrandAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-