public static interface BatchGetDeploymentTargetsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentTargetsResponse.Builder,BatchGetDeploymentTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentTargetsResponse.Builder |
deploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
BatchGetDeploymentTargetsResponse.Builder |
deploymentTargets(Consumer<DeploymentTarget.Builder>... deploymentTargets)
A list of target objects for a deployment.
|
BatchGetDeploymentTargetsResponse.Builder |
deploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDeploymentTargetsResponse.Builder deploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
deploymentTargets - A list of target objects for a deployment. Each target object contains details about the target, such
as its status and lifecycle events. The type of the target objects depends on the deployment' compute
platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
BatchGetDeploymentTargetsResponse.Builder deploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
deploymentTargets - A list of target objects for a deployment. Each target object contains details about the target, such
as its status and lifecycle events. The type of the target objects depends on the deployment' compute
platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
BatchGetDeploymentTargetsResponse.Builder deploymentTargets(Consumer<DeploymentTarget.Builder>... deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an Amazon EC2 or on-premises instance.
Lambda: The target object is a specific version of an Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an CloudFormation blue/green deployment.
DeploymentTarget.Builder avoiding the need to create
one manually via DeploymentTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deploymentTargets(List.
deploymentTargets - a consumer that will call methods on
DeploymentTarget.Builder#deploymentTargets(java.util.Collection) Copyright © 2023. All rights reserved.