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