Interface CfnTaskTemplate.FieldIdentifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskTemplate.FieldIdentifierProperty.Jsii$Proxy
- Enclosing class:
- CfnTaskTemplate
@Stability(Stable)
public static interface CfnTaskTemplate.FieldIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
The identifier of the task template 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.*;
FieldIdentifierProperty fieldIdentifierProperty = FieldIdentifierProperty.builder()
.name("name")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTaskTemplate.FieldIdentifierPropertystatic final classAn implementation forCfnTaskTemplate.FieldIdentifierProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the task template field. -
builder
-