public static interface BatchGetDeploymentTargetsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDeploymentTargetsRequest.Builder,BatchGetDeploymentTargetsRequest>
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentTargetsRequest.Builder |
deploymentId(String deploymentId)
The unique ID of a deployment.
|
BatchGetDeploymentTargetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchGetDeploymentTargetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchGetDeploymentTargetsRequest.Builder |
targetIds(Collection<String> targetIds)
The unique IDs of the deployment targets.
|
BatchGetDeploymentTargetsRequest.Builder |
targetIds(String... targetIds)
The unique IDs of the deployment targets.
|
build
overrideConfiguration
copy
applyMutation, build
BatchGetDeploymentTargetsRequest.Builder deploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.BatchGetDeploymentTargetsRequest.Builder targetIds(Collection<String> targetIds)
The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises
instances IDs and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda functions
and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and
services specified using the format <clustername>:<servicename>
. Their target type
is ecsTarget
.
targetIds
- The unique IDs of the deployment targets. The compute platform of the deployment determines the type
of the targets and their formats.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises
instances IDs and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda
functions and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS
clusters and services specified using the format <clustername>:<servicename>
.
Their target type is ecsTarget
.
BatchGetDeploymentTargetsRequest.Builder targetIds(String... targetIds)
The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises
instances IDs and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda functions
and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and
services specified using the format <clustername>:<servicename>
. Their target type
is ecsTarget
.
targetIds
- The unique IDs of the deployment targets. The compute platform of the deployment determines the type
of the targets and their formats.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises
instances IDs and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda
functions and their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS
clusters and services specified using the format <clustername>:<servicename>
.
Their target type is ecsTarget
.
BatchGetDeploymentTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchGetDeploymentTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.