@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDeploymentGroupRequest extends CodeDeployRequest implements ToCopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
Represents the input of an UpdateDeploymentGroup
operation.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateDeploymentGroupRequest.Builder |
Modifier and Type | Method and Description |
---|---|
AlarmConfiguration |
alarmConfiguration()
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
|
String |
applicationName()
The application name that corresponds 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.
|
EC2TagSet |
ec2TagSet()
Information about groups of tags applied to on-premises instances.
|
List<ECSService> |
ecsServices()
The target Amazon ECS services in the deployment group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
boolean |
hasAutoScalingGroups()
Returns true if the AutoScalingGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasEc2TagFilters()
Returns true if the Ec2TagFilters property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasEcsServices()
Returns true if the EcsServices property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOnPremisesInstanceTagFilters()
Returns true if the OnPremisesInstanceTagFilters property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasTriggerConfigurations()
Returns true if the TriggerConfigurations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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.
|
OnPremisesTagSet |
onPremisesTagSet()
Information about an on-premises instance tag set.
|
List<SdkField<?>> |
sdkFields() |
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()
Returns a string representation of this object.
|
List<TriggerConfig> |
triggerConfigurations()
Information about triggers to change when the deployment group is updated.
|
overrideConfiguration
copy
public final String applicationName()
The application name that corresponds to the deployment group to update.
public final String currentDeploymentGroupName()
The current name of the deployment group.
public final String newDeploymentGroupName()
The new name of the deployment group, if you want to change it.
public final String deploymentConfigName()
The replacement deployment configuration name to use, if you want to change it.
public final boolean hasEc2TagFilters()
public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEc2TagFilters()
to see if a value was sent in this field.
public final boolean hasOnPremisesInstanceTagFilters()
public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOnPremisesInstanceTagFilters()
to see if a value was sent in this field.
public final boolean hasAutoScalingGroups()
public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAutoScalingGroups()
to see if a value was sent in this field.
public final String serviceRoleArn()
A replacement ARN for the service role, if you want to change it.
public final boolean hasTriggerConfigurations()
public final List<TriggerConfig> triggerConfigurations()
Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTriggerConfigurations()
to see if a value was sent in this field.
public final AlarmConfiguration alarmConfiguration()
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
public final AutoRollbackConfiguration autoRollbackConfiguration()
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
public final 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 final BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
public final LoadBalancerInfo loadBalancerInfo()
Information about the load balancer used in a deployment.
public final EC2TagSet ec2TagSet()
Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.
public final boolean hasEcsServices()
public final List<ECSService> ecsServices()
The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
pair using the format <clustername>:<servicename>
.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEcsServices()
to see if a value was sent in this field.
<clustername>:<servicename>
.public final OnPremisesTagSet onPremisesTagSet()
Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.
public UpdateDeploymentGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDeploymentGroupRequest.Builder,UpdateDeploymentGroupRequest>
toBuilder
in class CodeDeployRequest
public static UpdateDeploymentGroupRequest.Builder builder()
public static Class<? extends UpdateDeploymentGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.