Interface CfnFeedPropsMixin.OutputConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFeedPropsMixin.OutputConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFeedPropsMixin
@Stability(Stable)
public static interface CfnFeedPropsMixin.OutputConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.elementalinference.*;
Object cropping;
OutputConfigProperty outputConfigProperty = OutputConfigProperty.builder()
.clipping(ClippingConfigProperty.builder()
.callbackMetadata("callbackMetadata")
.build())
.cropping(cropping)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFeedPropsMixin.OutputConfigPropertystatic final classAn implementation forCfnFeedPropsMixin.OutputConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnFeedPropsMixin.ClippingConfigPropertydefault ObjectMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClipping
Returns union: eitherIResolvableorCfnFeedPropsMixin.ClippingConfigProperty- See Also:
-
getCropping
- See Also:
-
builder
-