Class CfnSubscriptionDefinitionProps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnSubscriptionDefinitionProps>
- Enclosing interface:
- CfnSubscriptionDefinitionProps
CfnSubscriptionDefinitionProps- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic Builder()
 
- 
- 
Method Details- 
nameSets 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 of- subscriptionproperty types.- To associate a subscription definition version after the subscription definition is created, create an - AWS::Greengrass::SubscriptionDefinitionVersionresource 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 of- subscriptionproperty types.- To associate a subscription definition version after the subscription definition is created, create an - AWS::Greengrass::SubscriptionDefinitionVersionresource and specify the ID of this subscription definition.
- Returns:
- this
 
- 
tagsSets 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 - Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from most- Tagsimplementations in AWS CloudFormation templates.- "Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnSubscriptionDefinitionProps>
- Returns:
- a new instance of CfnSubscriptionDefinitionProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-