Class CfnTopic.SemanticEntityTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTopic.SemanticEntityTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopic.SemanticEntityTypeProperty>
- Enclosing interface:
CfnTopic.SemanticEntityTypeProperty
@Stability(Stable)
public static final class CfnTopic.SemanticEntityTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopic.SemanticEntityTypeProperty>
A builder for
CfnTopic.SemanticEntityTypeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.subTypeName(String subTypeName) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getSubTypeName()Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeName()typeParameters(Map<String, String> typeParameters) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeParameters()typeParameters(IResolvable typeParameters) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
subTypeName
@Stability(Stable) public CfnTopic.SemanticEntityTypeProperty.Builder subTypeName(String subTypeName) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getSubTypeName()- Parameters:
subTypeName- The semantic entity sub type name.- Returns:
this
-
typeName
Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeName()- Parameters:
typeName- The semantic entity type name.- Returns:
this
-
typeParameters
@Stability(Stable) public CfnTopic.SemanticEntityTypeProperty.Builder typeParameters(Map<String, String> typeParameters) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeParameters()- Parameters:
typeParameters- The semantic entity type parameters.- Returns:
this
-
typeParameters
@Stability(Stable) public CfnTopic.SemanticEntityTypeProperty.Builder typeParameters(IResolvable typeParameters) Sets the value ofCfnTopic.SemanticEntityTypeProperty.getTypeParameters()- Parameters:
typeParameters- The semantic entity type parameters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopic.SemanticEntityTypeProperty>- Returns:
- a new instance of
CfnTopic.SemanticEntityTypeProperty - Throws:
NullPointerException- if any required attribute was not provided
-