Class QuerySuggestionsBlockListReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.kendra.QuerySuggestionsBlockListReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuerySuggestionsBlockListReference>
- Enclosing interface:
QuerySuggestionsBlockListReference
@Stability(Stable)
public static final class QuerySuggestionsBlockListReference.Builder
extends Object
implements software.amazon.jsii.Builder<QuerySuggestionsBlockListReference>
A builder for
QuerySuggestionsBlockListReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.querySuggestionsBlockListArn(String querySuggestionsBlockListArn) Sets the value ofQuerySuggestionsBlockListReference.getQuerySuggestionsBlockListArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
querySuggestionsBlockListArn
@Stability(Stable) public QuerySuggestionsBlockListReference.Builder querySuggestionsBlockListArn(String querySuggestionsBlockListArn) Sets the value ofQuerySuggestionsBlockListReference.getQuerySuggestionsBlockListArn()- Parameters:
querySuggestionsBlockListArn- The Arn of the QuerySuggestionsBlockList resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuerySuggestionsBlockListReference>- Returns:
- a new instance of
QuerySuggestionsBlockListReference - Throws:
NullPointerException- if any required attribute was not provided
-