Uses of Class
software.amazon.awscdk.services.qbusiness.CfnIndexProps.Builder
-
Uses of CfnIndexProps.Builder in software.amazon.awscdk.services.qbusiness
Modifier and TypeMethodDescriptionCfnIndexProps.Builder.applicationId
(String applicationId) Sets the value ofCfnIndexProps.getApplicationId()
static CfnIndexProps.Builder
CfnIndexProps.builder()
CfnIndexProps.Builder.capacityConfiguration
(IResolvable capacityConfiguration) Sets the value ofCfnIndexProps.getCapacityConfiguration()
CfnIndexProps.Builder.capacityConfiguration
(CfnIndex.IndexCapacityConfigurationProperty capacityConfiguration) Sets the value ofCfnIndexProps.getCapacityConfiguration()
CfnIndexProps.Builder.description
(String description) Sets the value ofCfnIndexProps.getDescription()
CfnIndexProps.Builder.displayName
(String displayName) Sets the value ofCfnIndexProps.getDisplayName()
CfnIndexProps.Builder.documentAttributeConfigurations
(List<? extends Object> documentAttributeConfigurations) Sets the value ofCfnIndexProps.getDocumentAttributeConfigurations()
CfnIndexProps.Builder.documentAttributeConfigurations
(IResolvable documentAttributeConfigurations) Sets the value ofCfnIndexProps.getDocumentAttributeConfigurations()
Sets the value ofCfnIndexProps.getTags()
Sets the value ofCfnIndexProps.getType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder
.