Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDeploymentGroupRequest.Builder,CreateDeploymentGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDeploymentGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDeploymentGroupRequest.Builder,CreateDeploymentGroupRequest>
Represents the input of a CreateDeploymentGroup operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDeploymentGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
AlarmConfiguration |
alarmConfiguration() |
Information to add about Amazon CloudWatch alarms when the deployment group is created.
|
String |
applicationName() |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
AutoRollbackConfiguration |
autoRollbackConfiguration() |
Configuration information for an automatic rollback that is added when a deployment group is created.
|
List<String> |
autoScalingGroups() |
A list of associated Auto Scaling groups.
|
BlueGreenDeploymentConfiguration |
blueGreenDeploymentConfiguration() |
Information about blue/green deployment options for a deployment group.
|
static CreateDeploymentGroupRequest.Builder |
builder() |
|
String |
deploymentConfigName() |
If specified, the deployment configuration name can be either one of the predefined configurations provided with
AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment
configuration operation.
|
String |
deploymentGroupName() |
The name of a new deployment group for the specified application.
|
DeploymentStyle |
deploymentStyle() |
Information about the type of deployment, in-place or blue/green, that 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() |
|
LoadBalancerInfo |
loadBalancerInfo() |
Information about the load balancer used in a deployment.
|
List<TagFilter> |
onPremisesInstanceTagFilters() |
The on-premises instance tags on which to filter.
|
static Class<? extends CreateDeploymentGroupRequest.Builder> |
serializableBuilderClass() |
|
String |
serviceRoleArn() |
A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.
|
CreateDeploymentGroupRequest.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 create when the deployment group is created.
|
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 name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public String deploymentGroupName()
The name of a new deployment group for the specified application.
public String deploymentConfigName()
If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.
CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.
For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide.
CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.
For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide.
public List<EC2TagFilter> ec2TagFilters()
The Amazon EC2 tags on which to filter. The deployment group will include EC2 instances with any of the specified tags.
public List<TagFilter> onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter. The deployment group will include on-premises instances with any of the specified tags.
public List<String> autoScalingGroups()
A list of associated Auto Scaling groups.
public String serviceRoleArn()
A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.
public List<TriggerConfig> triggerConfigurations()
Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.
public AlarmConfiguration alarmConfiguration()
Information to add about Amazon CloudWatch alarms when the deployment group is created.
public AutoRollbackConfiguration autoRollbackConfiguration()
Configuration information for an automatic rollback that is added when a deployment group is created.
public DeploymentStyle deploymentStyle()
Information about the type of deployment, in-place or blue/green, that 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 CreateDeploymentGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDeploymentGroupRequest.Builder,CreateDeploymentGroupRequest>
public static CreateDeploymentGroupRequest.Builder builder()
public static Class<? extends CreateDeploymentGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.