static CreateFaqRequest.Builder |
CreateFaqRequest.builder() |
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.clientToken(String clientToken) |
A token that you provide to identify the request to create a FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.description(String description) |
A description for the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.fileFormat(String fileFormat) |
The format of the FAQ input file.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.fileFormat(FaqFileFormat fileFormat) |
The format of the FAQ input file.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.indexId(String indexId) |
The identifier of the index for the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.languageCode(String languageCode) |
The code for a language.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.name(String name) |
A name for the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the FAQs.
|
default CreateFaqRequest.Builder |
CreateFaqRequest.Builder.s3Path(Consumer<S3Path.Builder> s3Path) |
The path to the FAQ file in S3.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.s3Path(S3Path s3Path) |
The path to the FAQ file in S3.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Collection<Tag> tags) |
A list of key-value pairs that identify the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of key-value pairs that identify the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Tag... tags) |
A list of key-value pairs that identify the FAQ.
|
CreateFaqRequest.Builder |
CreateFaqRequest.toBuilder() |
|