Class CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty>
- Enclosing interface:
CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty
@Stability(Stable)
public static final class CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty>
A builder for
CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifacts(IResolvable artifacts) Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getArtifacts()Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getArtifacts()build()Builds the configured instance.Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getText()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
artifacts
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder artifacts(IResolvable artifacts) Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getArtifacts()- Parameters:
artifacts- The artifacts of the analysis source.- Returns:
this
-
artifacts
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder artifacts(CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactsProperty artifacts) Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getArtifacts()- Parameters:
artifacts- The artifacts of the analysis source.- Returns:
this
-
text
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.Builder text(String text) Sets the value ofCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty.getText()- Parameters:
text- The query text.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty>- Returns:
- a new instance of
CfnAnalysisTemplatePropsMixin.AnalysisSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-