Class DataAwsKendraQuerySuggestionsBlockListSourceS3Path.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_kendra_query_suggestions_block_list.DataAwsKendraQuerySuggestionsBlockListSourceS3Path.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsKendraQuerySuggestionsBlockListSourceS3Path>
- Enclosing interface:
- DataAwsKendraQuerySuggestionsBlockListSourceS3Path
@Stability(Stable) public static final class DataAwsKendraQuerySuggestionsBlockListSourceS3Path.Builder extends Object implements software.amazon.jsii.Builder<DataAwsKendraQuerySuggestionsBlockListSourceS3Path>
A builder forDataAwsKendraQuerySuggestionsBlockListSourceS3Path
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsKendraQuerySuggestionsBlockListSourceS3Pathbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataAwsKendraQuerySuggestionsBlockListSourceS3Path build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsKendraQuerySuggestionsBlockListSourceS3Path>- Returns:
- a new instance of
DataAwsKendraQuerySuggestionsBlockListSourceS3Path - Throws:
NullPointerException- if any required attribute was not provided
-
-