Class CfnDatasetPropsMixin.SourceDetailProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnDatasetPropsMixin.SourceDetailProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.SourceDetailProperty>
- Enclosing interface:
CfnDatasetPropsMixin.SourceDetailProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.SourceDetailProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.SourceDetailProperty>
A builder for
CfnDatasetPropsMixin.SourceDetailProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatasetPropsMixin.SourceDetailProperty.getKendra()kendra(IResolvable kendra) Sets the value ofCfnDatasetPropsMixin.SourceDetailProperty.getKendra()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kendra
@Stability(Stable) public CfnDatasetPropsMixin.SourceDetailProperty.Builder kendra(IResolvable kendra) Sets the value ofCfnDatasetPropsMixin.SourceDetailProperty.getKendra()- Parameters:
kendra- Contains details about the Kendra dataset source.- Returns:
this
-
kendra
@Stability(Stable) public CfnDatasetPropsMixin.SourceDetailProperty.Builder kendra(CfnDatasetPropsMixin.KendraSourceDetailProperty kendra) Sets the value ofCfnDatasetPropsMixin.SourceDetailProperty.getKendra()- Parameters:
kendra- Contains details about the Kendra dataset source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.SourceDetailProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.SourceDetailProperty - Throws:
NullPointerException- if any required attribute was not provided
-