| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration)
A list of alarms associated with the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.applicationName(String applicationName)
The application name.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.blueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
static DeploymentGroupInfo.Builder |
DeploymentGroupInfo.builder() |
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.deploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.deploymentGroupId(String deploymentGroupId)
The deployment group ID.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.deploymentGroupName(String deploymentGroupName)
The deployment group name.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.deploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route
deployment traffic behind a load balancer.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.loadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer to use in a deployment.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)
The on-premises instance tags on which to filter.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.serviceRoleArn(String serviceRoleArn)
A service role ARN.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.targetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including type and location.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.toBuilder() |
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers associated with the deployment group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentGroupInfo.Builder> |
DeploymentGroupInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.