Uses of Class
software.amazon.awscdk.services.greengrassv2.CfnDeploymentProps.Builder
Package
Description
AWS::GreengrassV2 Construct Library
-
Uses of CfnDeploymentProps.Builder in software.amazon.awscdk.services.greengrassv2
Modifier and TypeMethodDescriptionstatic CfnDeploymentProps.Builder
CfnDeploymentProps.builder()
CfnDeploymentProps.Builder.components
(Map<String, ? extends Object> components) Sets the value ofCfnDeploymentProps.getComponents()
CfnDeploymentProps.Builder.components
(IResolvable components) Sets the value ofCfnDeploymentProps.getComponents()
CfnDeploymentProps.Builder.deploymentName
(String deploymentName) Sets the value ofCfnDeploymentProps.getDeploymentName()
CfnDeploymentProps.Builder.deploymentPolicies
(IResolvable deploymentPolicies) Sets the value ofCfnDeploymentProps.getDeploymentPolicies()
CfnDeploymentProps.Builder.deploymentPolicies
(CfnDeployment.DeploymentPoliciesProperty deploymentPolicies) Sets the value ofCfnDeploymentProps.getDeploymentPolicies()
CfnDeploymentProps.Builder.iotJobConfiguration
(IResolvable iotJobConfiguration) Sets the value ofCfnDeploymentProps.getIotJobConfiguration()
CfnDeploymentProps.Builder.iotJobConfiguration
(CfnDeployment.DeploymentIoTJobConfigurationProperty iotJobConfiguration) Sets the value ofCfnDeploymentProps.getIotJobConfiguration()
CfnDeploymentProps.Builder.parentTargetArn
(String parentTargetArn) Sets the value ofCfnDeploymentProps.getParentTargetArn()
Sets the value ofCfnDeploymentProps.getTags()
Sets the value ofCfnDeploymentProps.getTargetArn()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder
.