Uses of Class
software.amazon.awscdk.services.kendra.CfnFaqProps.Builder
-
Uses of CfnFaqProps.Builder in software.amazon.awscdk.services.kendra
Modifier and TypeMethodDescriptionstatic CfnFaqProps.Builder
CfnFaqProps.builder()
CfnFaqProps.Builder.description
(String description) Sets the value ofCfnFaqProps.getDescription()
CfnFaqProps.Builder.fileFormat
(String fileFormat) Sets the value ofCfnFaqProps.getFileFormat()
Sets the value ofCfnFaqProps.getIndexId()
CfnFaqProps.Builder.languageCode
(String languageCode) Sets the value ofCfnFaqProps.getLanguageCode()
Sets the value ofCfnFaqProps.getName()
Sets the value ofCfnFaqProps.getRoleArn()
CfnFaqProps.Builder.s3Path
(IResolvable s3Path) Sets the value ofCfnFaqProps.getS3Path()
CfnFaqProps.Builder.s3Path
(CfnFaq.S3PathProperty s3Path) Sets the value ofCfnFaqProps.getS3Path()
Sets the value ofCfnFaqProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFaqProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFaqProps.Builder
.