static ECSTarget.Builder |
ECSTarget.builder() |
|
ECSTarget.Builder |
ECSTarget.Builder.deploymentId(String deploymentId) |
The unique ID of a deployment.
|
ECSTarget.Builder |
ECSTarget.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The date and time when the target Amazon ECS application was updated by a deployment.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents) |
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents) |
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents) |
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.status(String status) |
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.status(TargetStatus status) |
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the target.
|
ECSTarget.Builder |
ECSTarget.Builder.targetId(String targetId) |
The unique ID of a deployment target that has a type of ecsTarget.
|
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(Collection<ECSTaskSet> taskSetsInfo) |
The ECSTaskSet objects associated with the ECS target.
|
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(Consumer<ECSTaskSet.Builder>... taskSetsInfo) |
The ECSTaskSet objects associated with the ECS target.
|
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(ECSTaskSet... taskSetsInfo) |
The ECSTaskSet objects associated with the ECS target.
|
ECSTarget.Builder |
ECSTarget.toBuilder() |
|