Class CfnGroupVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnGroupVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupVersionPropsMixin>
- Enclosing class:
CfnGroupVersionPropsMixin
@Stability(Stable)
public static final class CfnGroupVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupVersionPropsMixin>
A fluent builder for
CfnGroupVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectorDefinitionVersionArn(String connectorDefinitionVersionArn) The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.coreDefinitionVersionArn(String coreDefinitionVersionArn) The ARN of the core definition version that contains the core you want to deploy with the group version.create()create(CfnPropertyMixinOptions options) deviceDefinitionVersionArn(String deviceDefinitionVersionArn) The ARN of the device definition version that contains the devices you want to deploy with the group version.functionDefinitionVersionArn(String functionDefinitionVersionArn) The ARN of the function definition version that contains the functions you want to deploy with the group version.The ID of the group associated with this version.loggerDefinitionVersionArn(String loggerDefinitionVersionArn) The ARN of the logger definition version that contains the loggers you want to deploy with the group version.resourceDefinitionVersionArn(String resourceDefinitionVersionArn) The ARN of the resource definition version that contains the resources you want to deploy with the group version.subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.
-
Method Details
-
create
@Stability(Stable) public static CfnGroupVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupVersionPropsMixin.Builder.
-
connectorDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder connectorDefinitionVersionArn(String connectorDefinitionVersionArn) The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.- Parameters:
connectorDefinitionVersionArn- The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
coreDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder coreDefinitionVersionArn(String coreDefinitionVersionArn) The ARN of the core definition version that contains the core you want to deploy with the group version.Currently, the core definition version can contain only one core.
- Parameters:
coreDefinitionVersionArn- The ARN of the core definition version that contains the core you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
deviceDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder deviceDefinitionVersionArn(String deviceDefinitionVersionArn) The ARN of the device definition version that contains the devices you want to deploy with the group version.- Parameters:
deviceDefinitionVersionArn- The ARN of the device definition version that contains the devices you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
functionDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder functionDefinitionVersionArn(String functionDefinitionVersionArn) The ARN of the function definition version that contains the functions you want to deploy with the group version.- Parameters:
functionDefinitionVersionArn- The ARN of the function definition version that contains the functions you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
groupId
The ID of the group associated with this version.This value is a GUID.
- Parameters:
groupId- The ID of the group associated with this version. This parameter is required.- Returns:
this- See Also:
-
loggerDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder loggerDefinitionVersionArn(String loggerDefinitionVersionArn) The ARN of the logger definition version that contains the loggers you want to deploy with the group version.- Parameters:
loggerDefinitionVersionArn- The ARN of the logger definition version that contains the loggers you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
resourceDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder resourceDefinitionVersionArn(String resourceDefinitionVersionArn) The ARN of the resource definition version that contains the resources you want to deploy with the group version.- Parameters:
resourceDefinitionVersionArn- The ARN of the resource definition version that contains the resources you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
subscriptionDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionPropsMixin.Builder subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.- Parameters:
subscriptionDefinitionVersionArn- The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupVersionPropsMixin>- Returns:
- a newly built instance of
CfnGroupVersionPropsMixin.
-