Class KendraQuerySuggestionsBlockListTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.kendra_query_suggestions_block_list.KendraQuerySuggestionsBlockListTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KendraQuerySuggestionsBlockListTimeouts>
- Enclosing interface:
- KendraQuerySuggestionsBlockListTimeouts
@Stability(Stable) public static final class KendraQuerySuggestionsBlockListTimeouts.Builder extends Object implements software.amazon.jsii.Builder<KendraQuerySuggestionsBlockListTimeouts>
A builder forKendraQuerySuggestionsBlockListTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KendraQuerySuggestionsBlockListTimeoutsbuild()Builds the configured instance.KendraQuerySuggestionsBlockListTimeouts.Buildercreate(String create)Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getCreate()KendraQuerySuggestionsBlockListTimeouts.Builderdelete(String delete)Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getDelete()KendraQuerySuggestionsBlockListTimeouts.Builderupdate(String update)Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public KendraQuerySuggestionsBlockListTimeouts.Builder create(String create)
Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#create KendraQuerySuggestionsBlockList#create}.- Returns:
this
-
delete
@Stability(Stable) public KendraQuerySuggestionsBlockListTimeouts.Builder delete(String delete)
Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#delete KendraQuerySuggestionsBlockList#delete}.- Returns:
this
-
update
@Stability(Stable) public KendraQuerySuggestionsBlockListTimeouts.Builder update(String update)
Sets the value ofKendraQuerySuggestionsBlockListTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#update KendraQuerySuggestionsBlockList#update}.- Returns:
this
-
build
@Stability(Stable) public KendraQuerySuggestionsBlockListTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KendraQuerySuggestionsBlockListTimeouts>- Returns:
- a new instance of
KendraQuerySuggestionsBlockListTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-