Interface KendraQuerySuggestionsBlockListSourceS3Path
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KendraQuerySuggestionsBlockListSourceS3Path.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.471Z") @Stability(Stable) public interface KendraQuerySuggestionsBlockListSourceS3Path extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKendraQuerySuggestionsBlockListSourceS3Path.BuilderA builder forKendraQuerySuggestionsBlockListSourceS3Pathstatic classKendraQuerySuggestionsBlockListSourceS3Path.Jsii$ProxyAn implementation forKendraQuerySuggestionsBlockListSourceS3Path
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static KendraQuerySuggestionsBlockListSourceS3Path.Builderbuilder()StringgetBucket()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}.StringgetKey()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}.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
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}.
-
getKey
@Stability(Stable) @NotNull String getKey()
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}.
-
builder
@Stability(Stable) static KendraQuerySuggestionsBlockListSourceS3Path.Builder builder()
-
-