Class CfnFeed.TemplateGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.elementalinference.CfnFeed.TemplateGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFeed.TemplateGroupProperty>
- Enclosing interface:
CfnFeed.TemplateGroupProperty
@Stability(Stable)
public static final class CfnFeed.TemplateGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFeed.TemplateGroupProperty>
A builder for
CfnFeed.TemplateGroupProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFeed.TemplateGroupProperty.getName()templateUris(List<String> templateUris) Sets the value ofCfnFeed.TemplateGroupProperty.getTemplateUris()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFeed.TemplateGroupProperty.getName()- Parameters:
name- the value to be set. This parameter is required.- Returns:
this
-
templateUris
@Stability(Stable) public CfnFeed.TemplateGroupProperty.Builder templateUris(List<String> templateUris) Sets the value ofCfnFeed.TemplateGroupProperty.getTemplateUris()- Parameters:
templateUris- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFeed.TemplateGroupProperty>- Returns:
- a new instance of
CfnFeed.TemplateGroupProperty - Throws:
NullPointerException- if any required attribute was not provided
-