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