StructuredPojo
, ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>
@Generated("software.amazon.awssdk:codegen") public class DeploymentGroupInfo extends Object implements StructuredPojo, ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>
Information about a deployment group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeploymentGroupInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
AlarmConfiguration |
alarmConfiguration() |
A list of alarms associated with the deployment group.
|
String |
applicationName() |
The application name.
|
AutoRollbackConfiguration |
autoRollbackConfiguration() |
Information about the automatic rollback configuration associated with the deployment group.
|
List<AutoScalingGroup> |
autoScalingGroups() |
A list of associated Auto Scaling groups.
|
BlueGreenDeploymentConfiguration |
blueGreenDeploymentConfiguration() |
Information about blue/green deployment options for a deployment group.
|
static DeploymentGroupInfo.Builder |
builder() |
|
String |
deploymentConfigName() |
The deployment configuration name.
|
String |
deploymentGroupId() |
The deployment group ID.
|
String |
deploymentGroupName() |
The deployment group name.
|
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.
|
List<EC2TagFilter> |
ec2TagFilters() |
The Amazon EC2 tags on which to filter.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
LastDeploymentInfo |
lastAttemptedDeployment() |
Information about the most recent attempted deployment to the deployment group.
|
LastDeploymentInfo |
lastSuccessfulDeployment() |
Information about the most recent successful deployment to the deployment group.
|
LoadBalancerInfo |
loadBalancerInfo() |
Information about the load balancer to use in a deployment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<TagFilter> |
onPremisesInstanceTagFilters() |
The on-premises instance tags on which to filter.
|
static Class<? extends DeploymentGroupInfo.Builder> |
serializableBuilderClass() |
|
String |
serviceRoleArn() |
A service role ARN.
|
RevisionLocation |
targetRevision() |
Information about the deployment group's target revision, including type and location.
|
DeploymentGroupInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<TriggerConfig> |
triggerConfigurations() |
Information about triggers associated with the deployment group.
|
public String applicationName()
The application name.
public String deploymentGroupId()
The deployment group ID.
public String deploymentGroupName()
The deployment group name.
public String deploymentConfigName()
The deployment configuration name.
public List<EC2TagFilter> ec2TagFilters()
The Amazon EC2 tags on which to filter.
public List<TagFilter> onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
public List<AutoScalingGroup> autoScalingGroups()
A list of associated Auto Scaling groups.
public String serviceRoleArn()
A service role ARN.
public RevisionLocation targetRevision()
Information about the deployment group's target revision, including type and location.
public List<TriggerConfig> triggerConfigurations()
Information about triggers associated with the deployment group.
public AlarmConfiguration alarmConfiguration()
A list of alarms associated with the deployment group.
public AutoRollbackConfiguration autoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment group.
public 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.
public BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
public LoadBalancerInfo loadBalancerInfo()
Information about the load balancer to use in a deployment.
public LastDeploymentInfo lastSuccessfulDeployment()
Information about the most recent successful deployment to the deployment group.
public LastDeploymentInfo lastAttemptedDeployment()
Information about the most recent attempted deployment to the deployment group.
public DeploymentGroupInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>
public static DeploymentGroupInfo.Builder builder()
public static Class<? extends DeploymentGroupInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.