Class CfnGroupVersionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.greengrass.mixins.CfnGroupVersionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupVersionMixinProps>
- Enclosing interface:
CfnGroupVersionMixinProps
@Stability(Stable)
public static final class CfnGroupVersionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupVersionMixinProps>
A builder for
CfnGroupVersionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorDefinitionVersionArn(String connectorDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getConnectorDefinitionVersionArn()coreDefinitionVersionArn(String coreDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getCoreDefinitionVersionArn()deviceDefinitionVersionArn(String deviceDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getDeviceDefinitionVersionArn()functionDefinitionVersionArn(String functionDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getFunctionDefinitionVersionArn()Sets the value ofCfnGroupVersionMixinProps.getGroupId()loggerDefinitionVersionArn(String loggerDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getLoggerDefinitionVersionArn()resourceDefinitionVersionArn(String resourceDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getResourceDefinitionVersionArn()subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getSubscriptionDefinitionVersionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder connectorDefinitionVersionArn(String connectorDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getConnectorDefinitionVersionArn()- Parameters:
connectorDefinitionVersionArn- The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.- Returns:
this
-
coreDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder coreDefinitionVersionArn(String coreDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getCoreDefinitionVersionArn()- Parameters:
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.- Returns:
this
-
deviceDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder deviceDefinitionVersionArn(String deviceDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getDeviceDefinitionVersionArn()- Parameters:
deviceDefinitionVersionArn- The ARN of the device definition version that contains the devices you want to deploy with the group version.- Returns:
this
-
functionDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder functionDefinitionVersionArn(String functionDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getFunctionDefinitionVersionArn()- Parameters:
functionDefinitionVersionArn- The ARN of the function definition version that contains the functions you want to deploy with the group version.- Returns:
this
-
groupId
Sets the value ofCfnGroupVersionMixinProps.getGroupId()- Parameters:
groupId- The ID of the group associated with this version. This value is a GUID.- Returns:
this
-
loggerDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder loggerDefinitionVersionArn(String loggerDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getLoggerDefinitionVersionArn()- Parameters:
loggerDefinitionVersionArn- The ARN of the logger definition version that contains the loggers you want to deploy with the group version.- Returns:
this
-
resourceDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder resourceDefinitionVersionArn(String resourceDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getResourceDefinitionVersionArn()- Parameters:
resourceDefinitionVersionArn- The ARN of the resource definition version that contains the resources you want to deploy with the group version.- Returns:
this
-
subscriptionDefinitionVersionArn
@Stability(Stable) public CfnGroupVersionMixinProps.Builder subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) Sets the value ofCfnGroupVersionMixinProps.getSubscriptionDefinitionVersionArn()- Parameters:
subscriptionDefinitionVersionArn- The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupVersionMixinProps>- Returns:
- a new instance of
CfnGroupVersionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-