@Stability(value=Stable)
public static interface CfnFlowTemplate.DefinitionDocumentProperty
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.iotthingsgraph.*;
DefinitionDocumentProperty definitionDocumentProperty = DefinitionDocumentProperty.builder()
.language("language")
.text("text")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowTemplate.DefinitionDocumentProperty.Builder
A builder for
CfnFlowTemplate.DefinitionDocumentProperty |
static class |
CfnFlowTemplate.DefinitionDocumentProperty.Jsii$Proxy
An implementation for
CfnFlowTemplate.DefinitionDocumentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowTemplate.DefinitionDocumentProperty.Builder |
builder() |
String |
getLanguage()
The language used to define the entity.
|
String |
getText()
The GraphQL text that defines the entity.
|
@Stability(value=Stable) @NotNull String getLanguage()
GRAPHQL is the only valid value.
@Stability(value=Stable) @NotNull String getText()
@Stability(value=Stable) static CfnFlowTemplate.DefinitionDocumentProperty.Builder builder()
Copyright © 2022. All rights reserved.