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