Class KendraQuerySuggestionsBlockListSourceS3Path.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.kendra_query_suggestions_block_list.KendraQuerySuggestionsBlockListSourceS3Path.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KendraQuerySuggestionsBlockListSourceS3Path>
- Enclosing interface:
- KendraQuerySuggestionsBlockListSourceS3Path
@Stability(Stable) public static final class KendraQuerySuggestionsBlockListSourceS3Path.Builder extends Object implements software.amazon.jsii.Builder<KendraQuerySuggestionsBlockListSourceS3Path>
A builder forKendraQuerySuggestionsBlockListSourceS3Path
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KendraQuerySuggestionsBlockListSourceS3Path.Builderbucket(String bucket)Sets the value ofKendraQuerySuggestionsBlockListSourceS3Path.getBucket()KendraQuerySuggestionsBlockListSourceS3Pathbuild()Builds the configured instance.KendraQuerySuggestionsBlockListSourceS3Path.Builderkey(String key)Sets the value ofKendraQuerySuggestionsBlockListSourceS3Path.getKey()
-
-
-
Method Detail
-
bucket
@Stability(Stable) public KendraQuerySuggestionsBlockListSourceS3Path.Builder bucket(String bucket)
Sets the value ofKendraQuerySuggestionsBlockListSourceS3Path.getBucket()- Parameters:
bucket- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#bucket KendraQuerySuggestionsBlockList#bucket}. This parameter is required.- Returns:
this
-
key
@Stability(Stable) public KendraQuerySuggestionsBlockListSourceS3Path.Builder key(String key)
Sets the value ofKendraQuerySuggestionsBlockListSourceS3Path.getKey()- Parameters:
key- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#key KendraQuerySuggestionsBlockList#key}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KendraQuerySuggestionsBlockListSourceS3Path build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KendraQuerySuggestionsBlockListSourceS3Path>- Returns:
- a new instance of
KendraQuerySuggestionsBlockListSourceS3Path - Throws:
NullPointerException- if any required attribute was not provided
-
-