Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateDeploymentGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
Represents the input of an UpdateDeploymentGroup operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateDeploymentGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
AlarmConfiguration |
alarmConfiguration() |
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
|
String |
applicationName() |
The application name corresponding to the deployment group to update.
|
AutoRollbackConfiguration |
autoRollbackConfiguration() |
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
|
List<String> |
autoScalingGroups() |
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.
|
BlueGreenDeploymentConfiguration |
blueGreenDeploymentConfiguration() |
Information about blue/green deployment options for a deployment group.
|
static UpdateDeploymentGroupRequest.Builder |
builder() |
|
String |
currentDeploymentGroupName() |
The current name of the deployment group.
|
String |
deploymentConfigName() |
The replacement deployment configuration name to use, if you want to change it.
|
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 replacement set of Amazon EC2 tags on which to filter, if you want to change them.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
LoadBalancerInfo |
loadBalancerInfo() |
Information about the load balancer used in a deployment.
|
String |
newDeploymentGroupName() |
The new name of the deployment group, if you want to change it.
|
List<TagFilter> |
onPremisesInstanceTagFilters() |
The replacement set of on-premises instance tags on which to filter, if you want to change them.
|
static Class<? extends UpdateDeploymentGroupRequest.Builder> |
serializableBuilderClass() |
|
String |
serviceRoleArn() |
A replacement ARN for the service role, if you want to change it.
|
UpdateDeploymentGroupRequest.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 to change when the deployment group is updated.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The application name corresponding to the deployment group to update.
public String currentDeploymentGroupName()
The current name of the deployment group.
public String newDeploymentGroupName()
The new name of the deployment group, if you want to change it.
public String deploymentConfigName()
The replacement deployment configuration name to use, if you want to change it.
public List<EC2TagFilter> ec2TagFilters()
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
public List<TagFilter> onPremisesInstanceTagFilters()
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
public List<String> autoScalingGroups()
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.
public String serviceRoleArn()
A replacement ARN for the service role, if you want to change it.
public List<TriggerConfig> triggerConfigurations()
Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
public AlarmConfiguration alarmConfiguration()
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
public AutoRollbackConfiguration autoRollbackConfiguration()
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
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 used in a deployment.
public UpdateDeploymentGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
public static UpdateDeploymentGroupRequest.Builder builder()
public static Class<? extends UpdateDeploymentGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.