Class CfnConnectorDefinitionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorDefinitionPropsMixin>
- Enclosing class:
CfnConnectorDefinitionPropsMixin
CfnConnectorDefinitionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) initialVersion(IResolvable initialVersion) The connector definition version to include when the connector definition is created.The connector definition version to include when the connector definition is created.The name of the connector definition.Application-specific metadata to attach to the connector definition.
-
Method Details
-
create
@Stability(Stable) public static CfnConnectorDefinitionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConnectorDefinitionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConnectorDefinitionPropsMixin.Builder.
-
initialVersion
@Stability(Stable) public CfnConnectorDefinitionPropsMixin.Builder initialVersion(IResolvable initialVersion) The connector definition version to include when the connector definition is created.A connector definition version contains a list of
connectorproperty 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.- Parameters:
initialVersion- The connector definition version to include when the connector definition is created. This parameter is required.- Returns:
this- See Also:
-
initialVersion
@Stability(Stable) public CfnConnectorDefinitionPropsMixin.Builder initialVersion(CfnConnectorDefinitionPropsMixin.ConnectorDefinitionVersionProperty initialVersion) The connector definition version to include when the connector definition is created.A connector definition version contains a list of
connectorproperty 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.- Parameters:
initialVersion- The connector definition version to include when the connector definition is created. This parameter is required.- Returns:
this- See Also:
-
name
The name of the connector definition.- Parameters:
name- The name of the connector definition. This parameter is required.- Returns:
this- See Also:
-
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
Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Parameters:
tags- Application-specific metadata to attach to the connector definition. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorDefinitionPropsMixin>- Returns:
- a newly built instance of
CfnConnectorDefinitionPropsMixin.
-