Interface CfnFeed.CroppingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFeed.CroppingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFeed
@Stability(Stable)
public static interface CfnFeed.CroppingConfigProperty
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.services.elementalinference.*;
CroppingConfigProperty croppingConfigProperty = CroppingConfigProperty.builder()
.templateGroups(List.of(TemplateGroupProperty.builder()
.name("name")
.templateUris(List.of("templateUris"))
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFeed.CroppingConfigPropertystatic final classAn implementation forCfnFeed.CroppingConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnFeed.TemplateGroupProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemplateGroups
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnFeed.TemplateGroupProperty>- See Also:
-
builder
-