@Stability(value=Stable) public static final class CfnFaqProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFaqProps>
CfnFaqProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFaqProps |
build()
Builds the configured instance.
|
CfnFaqProps.Builder |
description(String description)
Sets the value of
CfnFaqProps.getDescription() |
CfnFaqProps.Builder |
fileFormat(String fileFormat)
Sets the value of
CfnFaqProps.getFileFormat() |
CfnFaqProps.Builder |
indexId(String indexId)
Sets the value of
CfnFaqProps.getIndexId() |
CfnFaqProps.Builder |
name(String name)
Sets the value of
CfnFaqProps.getName() |
CfnFaqProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnFaqProps.getRoleArn() |
CfnFaqProps.Builder |
s3Path(CfnFaq.S3PathProperty s3Path)
Sets the value of
CfnFaqProps.getS3Path() |
CfnFaqProps.Builder |
s3Path(IResolvable s3Path)
Sets the value of
CfnFaqProps.getS3Path() |
CfnFaqProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnFaqProps.getTags() |
@Stability(value=Stable) public CfnFaqProps.Builder indexId(String indexId)
CfnFaqProps.getIndexId()indexId - `AWS::Kendra::Faq.IndexId`. This parameter is required.this@Stability(value=Stable) public CfnFaqProps.Builder name(String name)
CfnFaqProps.getName()name - `AWS::Kendra::Faq.Name`. This parameter is required.this@Stability(value=Stable) public CfnFaqProps.Builder roleArn(String roleArn)
CfnFaqProps.getRoleArn()roleArn - `AWS::Kendra::Faq.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnFaqProps.Builder s3Path(CfnFaq.S3PathProperty s3Path)
CfnFaqProps.getS3Path()s3Path - `AWS::Kendra::Faq.S3Path`. This parameter is required.this@Stability(value=Stable) public CfnFaqProps.Builder s3Path(IResolvable s3Path)
CfnFaqProps.getS3Path()s3Path - `AWS::Kendra::Faq.S3Path`. This parameter is required.this@Stability(value=Stable) public CfnFaqProps.Builder description(String description)
CfnFaqProps.getDescription()description - `AWS::Kendra::Faq.Description`.this@Stability(value=Stable) public CfnFaqProps.Builder fileFormat(String fileFormat)
CfnFaqProps.getFileFormat()fileFormat - `AWS::Kendra::Faq.FileFormat`.this@Stability(value=Stable) public CfnFaqProps.Builder tags(List<? extends CfnTag> tags)
CfnFaqProps.getTags()tags - `AWS::Kendra::Faq.Tags`.this@Stability(value=Stable) public CfnFaqProps build()
build in interface software.amazon.jsii.Builder<CfnFaqProps>CfnFaqPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.