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