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