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