@Stability(value=Stable)
public static interface CfnConnectorDefinition.ConnectorDefinitionVersionProperty
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.greengrass.*;
Object parameters;
ConnectorDefinitionVersionProperty connectorDefinitionVersionProperty = ConnectorDefinitionVersionProperty.builder()
.connectors(List.of(ConnectorProperty.builder()
.connectorArn("connectorArn")
.id("id")
// the properties below are optional
.parameters(parameters)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Builder
|
static class |
CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Jsii$Proxy
An implementation for
CfnConnectorDefinition.ConnectorDefinitionVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Builder |
builder() |
Object |
getConnectors()
`CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Connectors`.
|
@Stability(value=Stable) @NotNull Object getConnectors()
@Stability(value=Stable) static CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Builder builder()
Copyright © 2021. All rights reserved.