| 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.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> 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.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> 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.autoScalingGroups(Consumer<AutoScalingGroup.Builder>... 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.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
static DeploymentGroupInfo.Builder |
DeploymentGroupInfo.builder() |
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.computePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
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.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.deploymentStyle(Consumer<DeploymentStyle.Builder> 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.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(Consumer<EC2TagFilter.Builder>... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagSet(Consumer<EC2TagSet.Builder> ec2TagSet)
Information about groups of tags applied to an EC2 instance.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to an EC2 instance.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ecsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ecsServices(Consumer<ECSService.Builder>... ecsServices)
The target Amazon ECS services in the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ecsServices(ECSService... ecsServices)
The target Amazon ECS services in the deployment group.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastAttemptedDeployment(Consumer<LastDeploymentInfo.Builder> lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastSuccessfulDeployment(Consumer<LastDeploymentInfo.Builder> lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.loadBalancerInfo(Consumer<LoadBalancerInfo.Builder> loadBalancerInfo)
Information about the load balancer to use in a deployment.
|
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(Consumer<TagFilter.Builder>... 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.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesTagSet(Consumer<OnPremisesTagSet.Builder> onPremisesTagSet)
Information about groups of tags applied to an on-premises instance.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.onPremisesTagSet(OnPremisesTagSet onPremisesTagSet)
Information about groups of tags applied to an on-premises instance.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.outdatedInstancesStrategy(String outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.serviceRoleArn(String serviceRoleArn)
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on
your behalf.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.targetRevision(Consumer<RevisionLocation.Builder> targetRevision)
Information about the deployment group's target revision, including type and location.
|
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(Consumer<TriggerConfig.Builder>... 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() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentGroupResponse.Builder |
GetDeploymentGroupResponse.Builder.deploymentGroupInfo(Consumer<DeploymentGroupInfo.Builder> deploymentGroupInfo)
Information about the deployment group.
|
Copyright © 2022. All rights reserved.