@Stability(value=Stable) public static final class CfnConnectorDefinitionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorDefinitionProps>
CfnConnectorDefinitionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorDefinitionProps |
build()
Builds the configured instance.
|
CfnConnectorDefinitionProps.Builder |
initialVersion(CfnConnectorDefinition.ConnectorDefinitionVersionProperty initialVersion)
Sets the value of
CfnConnectorDefinitionProps.getInitialVersion() |
CfnConnectorDefinitionProps.Builder |
initialVersion(IResolvable initialVersion)
Sets the value of
CfnConnectorDefinitionProps.getInitialVersion() |
CfnConnectorDefinitionProps.Builder |
name(String name)
Sets the value of
CfnConnectorDefinitionProps.getName() |
CfnConnectorDefinitionProps.Builder |
tags(Object tags)
Sets the value of
CfnConnectorDefinitionProps.getTags() |
@Stability(value=Stable) public CfnConnectorDefinitionProps.Builder name(String name)
CfnConnectorDefinitionProps.getName()name - The name of the connector definition. This parameter is required.this@Stability(value=Stable) public CfnConnectorDefinitionProps.Builder initialVersion(CfnConnectorDefinition.ConnectorDefinitionVersionProperty initialVersion)
CfnConnectorDefinitionProps.getInitialVersion()initialVersion - The connector definition version to include when the connector definition is created.
A connector definition version contains a list of connector property types.
To associate a connector definition version after the connector definition is created, create an
AWS::Greengrass::ConnectorDefinitionVersionresource and specify the ID of this connector definition.
this@Stability(value=Stable) public CfnConnectorDefinitionProps.Builder initialVersion(IResolvable initialVersion)
CfnConnectorDefinitionProps.getInitialVersion()initialVersion - The connector definition version to include when the connector definition is created.
A connector definition version contains a list of connector property types.
To associate a connector definition version after the connector definition is created, create an
AWS::Greengrass::ConnectorDefinitionVersionresource and specify the ID of this connector definition.
this@Stability(value=Stable) public CfnConnectorDefinitionProps.Builder tags(Object tags)
CfnConnectorDefinitionProps.getTags()tags - Application-specific metadata to attach to the connector definition.
You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This Json property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags implementations in AWS CloudFormation templates.
"Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value"
}
this@Stability(value=Stable) public CfnConnectorDefinitionProps build()
build in interface software.amazon.jsii.Builder<CfnConnectorDefinitionProps>CfnConnectorDefinitionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.