public static final class CfnDeploymentGroupProps.Builder extends Object
CfnDeploymentGroupProps| Constructor and Description |
|---|
Builder() |
public CfnDeploymentGroupProps.Builder withApplicationName(String value)
value - `AWS::CodeDeploy::DeploymentGroup.ApplicationName`thispublic CfnDeploymentGroupProps.Builder withServiceRoleArn(String value)
value - `AWS::CodeDeploy::DeploymentGroup.ServiceRoleArn`thispublic CfnDeploymentGroupProps.Builder withAlarmConfiguration(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration`thispublic CfnDeploymentGroupProps.Builder withAlarmConfiguration(@Nullable CfnDeploymentGroup.AlarmConfigurationProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.AlarmConfiguration`thispublic CfnDeploymentGroupProps.Builder withAutoRollbackConfiguration(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration`thispublic CfnDeploymentGroupProps.Builder withAutoRollbackConfiguration(@Nullable CfnDeploymentGroup.AutoRollbackConfigurationProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.AutoRollbackConfiguration`thispublic CfnDeploymentGroupProps.Builder withAutoScalingGroups(@Nullable List<String> value)
value - `AWS::CodeDeploy::DeploymentGroup.AutoScalingGroups`thispublic CfnDeploymentGroupProps.Builder withDeployment(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.Deployment`thispublic CfnDeploymentGroupProps.Builder withDeployment(@Nullable CfnDeploymentGroup.DeploymentProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.Deployment`thispublic CfnDeploymentGroupProps.Builder withDeploymentConfigName(@Nullable String value)
value - `AWS::CodeDeploy::DeploymentGroup.DeploymentConfigName`thispublic CfnDeploymentGroupProps.Builder withDeploymentGroupName(@Nullable String value)
value - `AWS::CodeDeploy::DeploymentGroup.DeploymentGroupName`thispublic CfnDeploymentGroupProps.Builder withDeploymentStyle(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.DeploymentStyle`thispublic CfnDeploymentGroupProps.Builder withDeploymentStyle(@Nullable CfnDeploymentGroup.DeploymentStyleProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.DeploymentStyle`thispublic CfnDeploymentGroupProps.Builder withEc2TagFilters(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters`thispublic CfnDeploymentGroupProps.Builder withEc2TagFilters(@Nullable List<Object> value)
value - `AWS::CodeDeploy::DeploymentGroup.Ec2TagFilters`thispublic CfnDeploymentGroupProps.Builder withEc2TagSet(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.Ec2TagSet`thispublic CfnDeploymentGroupProps.Builder withEc2TagSet(@Nullable CfnDeploymentGroup.EC2TagSetProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.Ec2TagSet`thispublic CfnDeploymentGroupProps.Builder withLoadBalancerInfo(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo`thispublic CfnDeploymentGroupProps.Builder withLoadBalancerInfo(@Nullable CfnDeploymentGroup.LoadBalancerInfoProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.LoadBalancerInfo`thispublic CfnDeploymentGroupProps.Builder withOnPremisesInstanceTagFilters(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters`thispublic CfnDeploymentGroupProps.Builder withOnPremisesInstanceTagFilters(@Nullable List<Object> value)
value - `AWS::CodeDeploy::DeploymentGroup.OnPremisesInstanceTagFilters`thispublic CfnDeploymentGroupProps.Builder withOnPremisesTagSet(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet`thispublic CfnDeploymentGroupProps.Builder withOnPremisesTagSet(@Nullable CfnDeploymentGroup.OnPremisesTagSetProperty value)
value - `AWS::CodeDeploy::DeploymentGroup.OnPremisesTagSet`thispublic CfnDeploymentGroupProps.Builder withTriggerConfigurations(@Nullable software.amazon.awscdk.Token value)
value - `AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations`thispublic CfnDeploymentGroupProps.Builder withTriggerConfigurations(@Nullable List<Object> value)
value - `AWS::CodeDeploy::DeploymentGroup.TriggerConfigurations`thispublic CfnDeploymentGroupProps build()
CfnDeploymentGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.