Class CreateDeploymentRequest
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<CreateDeploymentRequest.Builder,
CreateDeploymentRequest>
Represents the input of a CreateDeployment
operation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.Configuration information for an automatic rollback that is added when a deployment is created.builder()
final String
The name of a deployment configuration associated with the user or Amazon Web Services account.final String
The name of the deployment group.final String
A comment about the deployment.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FileExistsBehavior
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.final String
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest
.final int
hashCode()
final Boolean
If true, then if anApplicationStop
,BeforeBlockTraffic
, orAfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event.final AlarmConfiguration
Allows you to specify information about alarms associated with a deployment.final RevisionLocation
revision()
The type and location of the revision to deploy.static Class
<? extends CreateDeploymentRequest.Builder> final TargetInstances
Information about the instances that belong to the replacement environment in a blue/green deployment.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Boolean
Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
applicationName
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
- Returns:
- The name of an CodeDeploy application associated with the user or Amazon Web Services account.
-
deploymentGroupName
The name of the deployment group.
- Returns:
- The name of the deployment group.
-
revision
The type and location of the revision to deploy.
- Returns:
- The type and location of the revision to deploy.
-
deploymentConfigName
The name of a deployment configuration associated with the user or Amazon Web Services account.
If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it,
CodeDeployDefault
.OneAtATime
is used by default.- Returns:
- The name of a deployment configuration associated with the user or Amazon Web Services account.
If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it,
CodeDeployDefault
.OneAtATime
is used by default.
-
description
A comment about the deployment.
- Returns:
- A comment about the deployment.
-
ignoreApplicationStopFailures
If true, then if an
ApplicationStop
,BeforeBlockTraffic
, orAfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, ifApplicationStop
fails, the deployment continues withDownloadBundle
. IfBeforeBlockTraffic
fails, the deployment continues withBlockTraffic
. IfAfterBlockTraffic
fails, the deployment continues withApplicationStop
.If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the CodeDeploy agent runs the scripts specified for
ApplicationStop
,BeforeBlockTraffic
, andAfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use
ignoreApplicationStopFailures
to specify that theApplicationStop
,BeforeBlockTraffic
, andAfterBlockTraffic
failures should be ignored.- Returns:
- If true, then if an
ApplicationStop
,BeforeBlockTraffic
, orAfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, ifApplicationStop
fails, the deployment continues withDownloadBundle
. IfBeforeBlockTraffic
fails, the deployment continues withBlockTraffic
. IfAfterBlockTraffic
fails, the deployment continues withApplicationStop
.If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the CodeDeploy agent runs the scripts specified for
ApplicationStop
,BeforeBlockTraffic
, andAfterBlockTraffic
in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use
ignoreApplicationStopFailures
to specify that theApplicationStop
,BeforeBlockTraffic
, andAfterBlockTraffic
failures should be ignored.
-
targetInstances
Information about the instances that belong to the replacement environment in a blue/green deployment.
- Returns:
- Information about the instances that belong to the replacement environment in a blue/green deployment.
-
autoRollbackConfiguration
Configuration information for an automatic rollback that is added when a deployment is created.
- Returns:
- Configuration information for an automatic rollback that is added when a deployment is created.
-
updateOutdatedInstancesOnly
Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
- Returns:
- Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
-
fileExistsBehavior
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
The
fileExistsBehavior
parameter takes any of the following values:-
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
-
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
-
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
If the service returns an enum value that is not available in the current SDK version,
fileExistsBehavior
will returnFileExistsBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfileExistsBehaviorAsString()
.- Returns:
- Information about how CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
The
fileExistsBehavior
parameter takes any of the following values:-
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
-
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
-
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
-
- See Also:
-
-
fileExistsBehaviorAsString
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
The
fileExistsBehavior
parameter takes any of the following values:-
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
-
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
-
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
If the service returns an enum value that is not available in the current SDK version,
fileExistsBehavior
will returnFileExistsBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfileExistsBehaviorAsString()
.- Returns:
- Information about how CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
The
fileExistsBehavior
parameter takes any of the following values:-
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
-
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
-
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
-
- See Also:
-
-
overrideAlarmConfiguration
Allows you to specify information about alarms associated with a deployment. The alarm configuration that you specify here will override the alarm configuration at the deployment group level. Consider overriding the alarm configuration if you have set up alarms at the deployment group level that are causing deployment failures. In this case, you would call
CreateDeployment
to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.If you specify an
overrideAlarmConfiguration
, you need theUpdateDeploymentGroup
IAM permission when callingCreateDeployment
.- Returns:
- Allows you to specify information about alarms associated with a deployment. The alarm configuration that
you specify here will override the alarm configuration at the deployment group level. Consider overriding
the alarm configuration if you have set up alarms at the deployment group level that are causing
deployment failures. In this case, you would call
CreateDeployment
to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.If you specify an
overrideAlarmConfiguration
, you need theUpdateDeploymentGroup
IAM permission when callingCreateDeployment
.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CreateDeploymentRequest.Builder,
CreateDeploymentRequest> - Specified by:
toBuilder
in classCodeDeployRequest
- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classAwsRequest
-
equals
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
Description copied from class:SdkRequest
Used to retrieve the value of a field from any class that extendsSdkRequest
. 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, theSdkRequest.getValueForField(String, Class)
method will again be available.- Overrides:
getValueForField
in classSdkRequest
- Parameters:
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-