Interface CloudFormationTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CloudFormationTarget.Builder,,CloudFormationTarget> SdkBuilder<CloudFormationTarget.Builder,,CloudFormationTarget> SdkPojo
- Enclosing class:
 CloudFormationTarget
- 
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) The unique ID of an CloudFormation blue/green deployment.lastUpdatedAt(Instant lastUpdatedAt) The date and time when the target application was updated by an CloudFormation blue/green deployment.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents) The lifecycle events of the CloudFormation blue/green deployment to this target application.lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents) The lifecycle events of the CloudFormation blue/green deployment to this target application.lifecycleEvents(LifecycleEvent... lifecycleEvents) The lifecycle events of the CloudFormation blue/green deployment to this target application.resourceType(String resourceType) The resource type for the CloudFormation blue/green deployment.The status of an CloudFormation blue/green deployment's target application.status(TargetStatus status) The status of an CloudFormation blue/green deployment's target application.The unique ID of a deployment target that has a type ofCloudFormationTarget.targetVersionWeight(Double targetVersionWeight) The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
deploymentId
The unique ID of an CloudFormation blue/green deployment.
- Parameters:
 deploymentId- The unique ID of an CloudFormation blue/green deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetId
The unique ID of a deployment target that has a type of
CloudFormationTarget.- Parameters:
 targetId- The unique ID of a deployment target that has a type ofCloudFormationTarget.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastUpdatedAt
The date and time when the target application was updated by an CloudFormation blue/green deployment.
- Parameters:
 lastUpdatedAt- The date and time when the target application was updated by an CloudFormation blue/green deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lifecycleEvents
The lifecycle events of the CloudFormation blue/green deployment to this target application.
- Parameters:
 lifecycleEvents- The lifecycle events of the CloudFormation blue/green deployment to this target application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lifecycleEvents
The lifecycle events of the CloudFormation blue/green deployment to this target application.
- Parameters:
 lifecycleEvents- The lifecycle events of the CloudFormation blue/green deployment to this target application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lifecycleEvents
The lifecycle events of the CloudFormation blue/green deployment to this target application.
This is a convenience method that creates an instance of theLifecycleEvent.Builderavoiding the need to create one manually viaLifecycleEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolifecycleEvents(List<LifecycleEvent>).- Parameters:
 lifecycleEvents- a consumer that will call methods onLifecycleEvent.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of an CloudFormation blue/green deployment's target application.
- Parameters:
 status- The status of an CloudFormation blue/green deployment's target application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of an CloudFormation blue/green deployment's target application.
- Parameters:
 status- The status of an CloudFormation blue/green deployment's target application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
resourceType
The resource type for the CloudFormation blue/green deployment.
- Parameters:
 resourceType- The resource type for the CloudFormation blue/green deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetVersionWeight
The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.
- Parameters:
 targetVersionWeight- The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -