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, sdkHttpResponsecopyapplyMutation, 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 EC2 or on-premises instance.
AWS Lambda - The target object is a specific version of an AWS Lambda function.
Amazon ECS - The target object is an Amazon ECS service.
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 EC2 or on-premises instance.
AWS Lambda - The target object is a specific version of an AWS Lambda function.
Amazon ECS - The target object is an Amazon ECS service.
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 EC2 or on-premises instance.
AWS Lambda - The target object is a specific version of an AWS Lambda function.
Amazon ECS - The target object is an Amazon ECS service.
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 EC2 or on-premises instance.
AWS Lambda - The target object is a specific version of an AWS Lambda function.
Amazon ECS - The target object is an Amazon ECS service.
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 EC2 or on-premises instance.
AWS Lambda - The target object is a specific version of an AWS Lambda function.
Amazon ECS - The target object is an Amazon ECS service.
List.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 #deploymentTargets(List) .deploymentTargets - a consumer that will call methods on List.Builder #deploymentTargets(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.