Uses of Class
software.amazon.awscdk.services.kendra.CfnIndexProps.Builder
-
Uses of CfnIndexProps.Builder in software.amazon.awscdk.services.kendra
Modifier and TypeMethodDescriptionstatic CfnIndexProps.Builder
CfnIndexProps.builder()
CfnIndexProps.Builder.capacityUnits
(IResolvable capacityUnits) Sets the value ofCfnIndexProps.getCapacityUnits()
CfnIndexProps.Builder.capacityUnits
(CfnIndex.CapacityUnitsConfigurationProperty capacityUnits) Sets the value ofCfnIndexProps.getCapacityUnits()
CfnIndexProps.Builder.description
(String description) Sets the value ofCfnIndexProps.getDescription()
CfnIndexProps.Builder.documentMetadataConfigurations
(List<? extends Object> documentMetadataConfigurations) Sets the value ofCfnIndexProps.getDocumentMetadataConfigurations()
CfnIndexProps.Builder.documentMetadataConfigurations
(IResolvable documentMetadataConfigurations) Sets the value ofCfnIndexProps.getDocumentMetadataConfigurations()
Sets the value ofCfnIndexProps.getEdition()
Sets the value ofCfnIndexProps.getName()
Sets the value ofCfnIndexProps.getRoleArn()
CfnIndexProps.Builder.serverSideEncryptionConfiguration
(IResolvable serverSideEncryptionConfiguration) Sets the value ofCfnIndexProps.getServerSideEncryptionConfiguration()
CfnIndexProps.Builder.serverSideEncryptionConfiguration
(CfnIndex.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) Sets the value ofCfnIndexProps.getServerSideEncryptionConfiguration()
Sets the value ofCfnIndexProps.getTags()
CfnIndexProps.Builder.userContextPolicy
(String userContextPolicy) Sets the value ofCfnIndexProps.getUserContextPolicy()
CfnIndexProps.Builder.userTokenConfigurations
(List<? extends Object> userTokenConfigurations) Sets the value ofCfnIndexProps.getUserTokenConfigurations()
CfnIndexProps.Builder.userTokenConfigurations
(IResolvable userTokenConfigurations) Sets the value ofCfnIndexProps.getUserTokenConfigurations()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder
.