Uses of Interface
software.amazon.awssdk.services.quicksight.model.CreateBrandRequest.Builder
-
Packages that use CreateBrandRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of CreateBrandRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type CreateBrandRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBrandResponse>QuickSightAsyncClient. createBrand(Consumer<CreateBrandRequest.Builder> createBrandRequest)Creates an QuickSight brand.default CreateBrandResponseQuickSightClient. createBrand(Consumer<CreateBrandRequest.Builder> createBrandRequest)Creates an QuickSight brand. -
Uses of CreateBrandRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CreateBrandRequest.Builder Modifier and Type Method Description CreateBrandRequest.BuilderCreateBrandRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brand.default CreateBrandRequest.BuilderCreateBrandRequest.Builder. brandDefinition(Consumer<BrandDefinition.Builder> brandDefinition)The definition of the brand.CreateBrandRequest.BuilderCreateBrandRequest.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.CreateBrandRequest.BuilderCreateBrandRequest.Builder. brandId(String brandId)The ID of the QuickSight brand.static CreateBrandRequest.BuilderCreateBrandRequest. builder()CreateBrandRequest.BuilderCreateBrandRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBrandRequest.BuilderCreateBrandRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBrandRequest.BuilderCreateBrandRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs that are assigned to the brand.CreateBrandRequest.BuilderCreateBrandRequest.Builder. tags(Consumer<Tag.Builder>... tags)A map of the key-value pairs that are assigned to the brand.CreateBrandRequest.BuilderCreateBrandRequest.Builder. tags(Tag... tags)A map of the key-value pairs that are assigned to the brand.CreateBrandRequest.BuilderCreateBrandRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CreateBrandRequest.Builder Modifier and Type Method Description static Class<? extends CreateBrandRequest.Builder>CreateBrandRequest. serializableBuilderClass()
-