CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.applicationName(String applicationName) |
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration) |
Configuration information for an automatic rollback that is added when a deployment is created.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration) |
Configuration information for an automatic rollback that is added when a deployment is created.
|
static CreateDeploymentRequest.Builder |
CreateDeploymentRequest.builder() |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.deploymentConfigName(String deploymentConfigName) |
The name of a deployment configuration associated with the user or Amazon Web Services account.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.deploymentGroupName(String deploymentGroupName) |
The name of the deployment group.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.description(String description) |
A comment about the deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileExistsBehavior(String fileExistsBehavior) |
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileExistsBehavior(FileExistsBehavior fileExistsBehavior) |
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.ignoreApplicationStopFailures(Boolean ignoreApplicationStopFailures) |
If true, then if an ApplicationStop, BeforeBlockTraffic, or
AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues
to the next deployment lifecycle event.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideAlarmConfiguration(Consumer<AlarmConfiguration.Builder> overrideAlarmConfiguration) |
Allows you to specify information about alarms associated with a deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideAlarmConfiguration(AlarmConfiguration overrideAlarmConfiguration) |
Allows you to specify information about alarms associated with a deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.revision(Consumer<RevisionLocation.Builder> revision) |
The type and location of the revision to deploy.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.revision(RevisionLocation revision) |
The type and location of the revision to deploy.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(Consumer<TargetInstances.Builder> targetInstances) |
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(TargetInstances targetInstances) |
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.toBuilder() |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.updateOutdatedInstancesOnly(Boolean updateOutdatedInstancesOnly) |
Indicates whether to deploy to all instances or only to instances that are not running the latest application
revision.
|