@Stability(value=Stable) public static final class CfnTemplate.TemplateSourceAnalysisProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTemplate.TemplateSourceAnalysisProperty>
CfnTemplate.TemplateSourceAnalysisProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTemplate.TemplateSourceAnalysisProperty.Builder |
arn(String arn)
Sets the value of
CfnTemplate.TemplateSourceAnalysisProperty.getArn() |
CfnTemplate.TemplateSourceAnalysisProperty |
build()
Builds the configured instance.
|
CfnTemplate.TemplateSourceAnalysisProperty.Builder |
dataSetReferences(IResolvable dataSetReferences)
Sets the value of
CfnTemplate.TemplateSourceAnalysisProperty.getDataSetReferences() |
CfnTemplate.TemplateSourceAnalysisProperty.Builder |
dataSetReferences(List<? extends Object> dataSetReferences)
Sets the value of
CfnTemplate.TemplateSourceAnalysisProperty.getDataSetReferences() |
@Stability(value=Stable) public CfnTemplate.TemplateSourceAnalysisProperty.Builder arn(String arn)
CfnTemplate.TemplateSourceAnalysisProperty.getArn()arn - The Amazon Resource Name (ARN) of the resource. This parameter is required.this@Stability(value=Stable) public CfnTemplate.TemplateSourceAnalysisProperty.Builder dataSetReferences(IResolvable dataSetReferences)
CfnTemplate.TemplateSourceAnalysisProperty.getDataSetReferences()dataSetReferences - A structure containing information about the dataset references used as placeholders in the template. This parameter is required.this@Stability(value=Stable) public CfnTemplate.TemplateSourceAnalysisProperty.Builder dataSetReferences(List<? extends Object> dataSetReferences)
CfnTemplate.TemplateSourceAnalysisProperty.getDataSetReferences()dataSetReferences - A structure containing information about the dataset references used as placeholders in the template. This parameter is required.this@Stability(value=Stable) public CfnTemplate.TemplateSourceAnalysisProperty build()
build in interface software.amazon.jsii.Builder<CfnTemplate.TemplateSourceAnalysisProperty>CfnTemplate.TemplateSourceAnalysisPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.