public static interface CloudFormationTarget.Builder extends SdkPojo, CopyableBuilder<CloudFormationTarget.Builder,CloudFormationTarget>
| Modifier and Type | Method and Description |
|---|---|
CloudFormationTarget.Builder |
deploymentId(String deploymentId)
The unique ID of an CloudFormation blue/green deployment.
|
CloudFormationTarget.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the target application was updated by an CloudFormation blue/green deployment.
|
CloudFormationTarget.Builder |
lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the CloudFormation blue/green deployment to this target application.
|
CloudFormationTarget.Builder |
lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents)
The lifecycle events of the CloudFormation blue/green deployment to this target application.
|
CloudFormationTarget.Builder |
lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the CloudFormation blue/green deployment to this target application.
|
CloudFormationTarget.Builder |
resourceType(String resourceType)
The resource type for the CloudFormation blue/green deployment.
|
CloudFormationTarget.Builder |
status(String status)
The status of an CloudFormation blue/green deployment's target application.
|
CloudFormationTarget.Builder |
status(TargetStatus status)
The status of an CloudFormation blue/green deployment's target application.
|
CloudFormationTarget.Builder |
targetId(String targetId)
The unique ID of a deployment target that has a type of
CloudFormationTarget. |
CloudFormationTarget.Builder |
targetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of an CloudFormation blue/green deployment
receives.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudFormationTarget.Builder deploymentId(String deploymentId)
The unique ID of an CloudFormation blue/green deployment.
deploymentId - The unique ID of an CloudFormation blue/green deployment.CloudFormationTarget.Builder targetId(String targetId)
The unique ID of a deployment target that has a type of CloudFormationTarget.
targetId - The unique ID of a deployment target that has a type of CloudFormationTarget.CloudFormationTarget.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the target application was updated by an CloudFormation blue/green deployment.
lastUpdatedAt - The date and time when the target application was updated by an CloudFormation blue/green deployment.CloudFormationTarget.Builder lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the CloudFormation blue/green deployment to this target application.
lifecycleEvents - The lifecycle events of the CloudFormation blue/green deployment to this target application.CloudFormationTarget.Builder lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the CloudFormation blue/green deployment to this target application.
lifecycleEvents - The lifecycle events of the CloudFormation blue/green deployment to this target application.CloudFormationTarget.Builder lifecycleEvents(Consumer<LifecycleEvent.Builder>... 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.Builder avoiding the need to create
one manually via LifecycleEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lifecycleEvents(List.
lifecycleEvents - a consumer that will call methods on
LifecycleEvent.Builder#lifecycleEvents(java.util.Collection) CloudFormationTarget.Builder status(String status)
The status of an CloudFormation blue/green deployment's target application.
status - The status of an CloudFormation blue/green deployment's target application.TargetStatus,
TargetStatusCloudFormationTarget.Builder status(TargetStatus status)
The status of an CloudFormation blue/green deployment's target application.
status - The status of an CloudFormation blue/green deployment's target application.TargetStatus,
TargetStatusCloudFormationTarget.Builder resourceType(String resourceType)
The resource type for the CloudFormation blue/green deployment.
resourceType - The resource type for the CloudFormation blue/green deployment.CloudFormationTarget.Builder targetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.
targetVersionWeight - The percentage of production traffic that the target version of an CloudFormation blue/green
deployment receives.Copyright © 2022. All rights reserved.