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