@Stability(value=Stable)
public static interface CfnTaskTemplate.FieldProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
FieldProperty fieldProperty = FieldProperty.builder()
.id(FieldIdentifierProperty.builder()
.name("name")
.build())
.type("type")
// the properties below are optional
.description("description")
.singleSelectOptions(List.of("singleSelectOptions"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTaskTemplate.FieldProperty.Builder
A builder for
CfnTaskTemplate.FieldProperty |
static class |
CfnTaskTemplate.FieldProperty.Jsii$Proxy
An implementation for
CfnTaskTemplate.FieldProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTaskTemplate.FieldProperty.Builder |
builder() |
default String |
getDescription()
`CfnTaskTemplate.FieldProperty.Description`.
|
Object |
getId()
`CfnTaskTemplate.FieldProperty.Id`.
|
default List<String> |
getSingleSelectOptions()
`CfnTaskTemplate.FieldProperty.SingleSelectOptions`.
|
String |
getType()
`CfnTaskTemplate.FieldProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getSingleSelectOptions()
@Stability(value=Stable) static CfnTaskTemplate.FieldProperty.Builder builder()
Copyright © 2022. All rights reserved.