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