public static interface GetDeploymentTargetRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentTargetRequest.Builder,GetDeploymentTargetRequest>
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetRequest.Builder |
deploymentId(String deploymentId)
The unique ID of a deployment.
|
GetDeploymentTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDeploymentTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDeploymentTargetRequest.Builder |
targetId(String targetId)
The unique ID of a deployment target.
|
build
overrideConfiguration
copy
applyMutation, build
GetDeploymentTargetRequest.Builder deploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.GetDeploymentTargetRequest.Builder targetId(String targetId)
The unique ID of a deployment target.
targetId
- The unique ID of a deployment target.GetDeploymentTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDeploymentTargetRequest.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.