Interface CloudFormationTarget.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudFormationTarget.Builder,,- CloudFormationTarget> - SdkBuilder<CloudFormationTarget.Builder,,- CloudFormationTarget> - SdkPojo
- Enclosing class:
- CloudFormationTarget
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
deploymentIdThe 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.
 
- 
targetIdThe 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 of- CloudFormationTarget.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedAtThe 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.
 
- 
lifecycleEventsThe 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.
 
- 
lifecycleEventsThe 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.
 
- 
lifecycleEventsThe 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 on- LifecycleEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
resourceTypeThe 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.
 
- 
targetVersionWeightThe 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.
 
 
-