@Stability(value=Stable) public static final class CfnGroupVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupVersionProps>
CfnGroupVersionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnGroupVersionProps.Builder groupId(String groupId)
CfnGroupVersionProps.getGroupId()groupId - The ID of the group associated with this version. This parameter is required.
This value is a GUID.this@Stability(value=Stable) public CfnGroupVersionProps.Builder connectorDefinitionVersionArn(String connectorDefinitionVersionArn)
CfnGroupVersionProps.getConnectorDefinitionVersionArn()connectorDefinitionVersionArn - The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps.Builder coreDefinitionVersionArn(String coreDefinitionVersionArn)
CfnGroupVersionProps.getCoreDefinitionVersionArn()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.this@Stability(value=Stable) public CfnGroupVersionProps.Builder deviceDefinitionVersionArn(String deviceDefinitionVersionArn)
CfnGroupVersionProps.getDeviceDefinitionVersionArn()deviceDefinitionVersionArn - The ARN of the device definition version that contains the devices you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps.Builder functionDefinitionVersionArn(String functionDefinitionVersionArn)
CfnGroupVersionProps.getFunctionDefinitionVersionArn()functionDefinitionVersionArn - The ARN of the function definition version that contains the functions you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps.Builder loggerDefinitionVersionArn(String loggerDefinitionVersionArn)
CfnGroupVersionProps.getLoggerDefinitionVersionArn()loggerDefinitionVersionArn - The ARN of the logger definition version that contains the loggers you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps.Builder resourceDefinitionVersionArn(String resourceDefinitionVersionArn)
CfnGroupVersionProps.getResourceDefinitionVersionArn()resourceDefinitionVersionArn - The ARN of the resource definition version that contains the resources you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps.Builder subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
CfnGroupVersionProps.getSubscriptionDefinitionVersionArn()subscriptionDefinitionVersionArn - The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.this@Stability(value=Stable) public CfnGroupVersionProps build()
build in interface software.amazon.jsii.Builder<CfnGroupVersionProps>CfnGroupVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.