Interface GetDeploymentTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<GetDeploymentTargetRequest.Builder,GetDeploymentTargetRequest>,SdkBuilder<GetDeploymentTargetRequest.Builder,GetDeploymentTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentTargetRequest
public static interface GetDeploymentTargetRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentTargetRequest.Builder,GetDeploymentTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentTargetRequest.BuilderdeploymentId(String deploymentId)The unique ID of a deployment.GetDeploymentTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentTargetRequest.BuildertargetId(String targetId)The unique ID of a deployment target.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deploymentId
GetDeploymentTargetRequest.Builder deploymentId(String deploymentId)
The unique ID of a deployment.
- Parameters:
deploymentId- The unique ID of a deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetId
GetDeploymentTargetRequest.Builder targetId(String targetId)
The unique ID of a deployment target.
- Parameters:
targetId- The unique ID of a deployment target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDeploymentTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDeploymentTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-