Interface CfnTaskTemplate.RequiredFieldInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskTemplate.RequiredFieldInfoProperty.Jsii$Proxy
- Enclosing class:
CfnTaskTemplate
@Stability(Stable)
public static interface CfnTaskTemplate.RequiredFieldInfoProperty
extends software.amazon.jsii.JsiiSerializable
Information about a required field.
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.connect.*; RequiredFieldInfoProperty requiredFieldInfoProperty = RequiredFieldInfoProperty.builder() .id(FieldIdentifierProperty.builder() .name("name") .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTaskTemplate.RequiredFieldInfoProperty
static final class
An implementation forCfnTaskTemplate.RequiredFieldInfoProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The unique identifier for the field. -
builder
-