Class CfnSubscriptionDefinitionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubscriptionDefinitionProps>
- Enclosing interface:
CfnSubscriptionDefinitionProps
CfnSubscriptionDefinitionProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.initialVersion
(IResolvable initialVersion) Sets the value ofCfnSubscriptionDefinitionProps.getInitialVersion()
Sets the value ofCfnSubscriptionDefinitionProps.getInitialVersion()
Sets the value ofCfnSubscriptionDefinitionProps.getName()
Sets the value ofCfnSubscriptionDefinitionProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnSubscriptionDefinitionProps.getName()
- Parameters:
name
- The name of the subscription definition. This parameter is required.- Returns:
this
-
initialVersion
@Stability(Stable) public CfnSubscriptionDefinitionProps.Builder initialVersion(IResolvable initialVersion) Sets the value ofCfnSubscriptionDefinitionProps.getInitialVersion()
- Parameters:
initialVersion
- The subscription definition version to include when the subscription definition is created. A subscription definition version contains a list ofsubscription
property types.To associate a subscription definition version after the subscription definition is created, create an
AWS::Greengrass::SubscriptionDefinitionVersion
resource and specify the ID of this subscription definition.- Returns:
this
-
initialVersion
@Stability(Stable) public CfnSubscriptionDefinitionProps.Builder initialVersion(CfnSubscriptionDefinition.SubscriptionDefinitionVersionProperty initialVersion) Sets the value ofCfnSubscriptionDefinitionProps.getInitialVersion()
- Parameters:
initialVersion
- The subscription definition version to include when the subscription definition is created. A subscription definition version contains a list ofsubscription
property types.To associate a subscription definition version after the subscription definition is created, create an
AWS::Greengrass::SubscriptionDefinitionVersion
resource and specify the ID of this subscription definition.- Returns:
this
-
tags
Sets the value ofCfnSubscriptionDefinitionProps.getTags()
- Parameters:
tags
- Application-specific metadata to attach to the subscription 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 mostTags
implementations in AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSubscriptionDefinitionProps>
- Returns:
- a new instance of
CfnSubscriptionDefinitionProps
- Throws:
NullPointerException
- if any required attribute was not provided
-