public static interface DeploymentTarget.Builder extends SdkPojo, CopyableBuilder<DeploymentTarget.Builder,DeploymentTarget>
| Modifier and Type | Method and Description |
|---|---|
DeploymentTarget.Builder |
cloudFormationTarget(CloudFormationTarget cloudFormationTarget)
Sets the value of the CloudFormationTarget property for this object.
|
default DeploymentTarget.Builder |
cloudFormationTarget(Consumer<CloudFormationTarget.Builder> cloudFormationTarget)
Sets the value of the CloudFormationTarget property for this object.
|
DeploymentTarget.Builder |
deploymentTargetType(DeploymentTargetType deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
DeploymentTarget.Builder |
deploymentTargetType(String deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
default DeploymentTarget.Builder |
ecsTarget(Consumer<ECSTarget.Builder> ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
DeploymentTarget.Builder |
ecsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
default DeploymentTarget.Builder |
instanceTarget(Consumer<InstanceTarget.Builder> instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
DeploymentTarget.Builder |
instanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
default DeploymentTarget.Builder |
lambdaTarget(Consumer<LambdaTarget.Builder> lambdaTarget)
Information about the target for a deployment that uses the Lambda compute platform.
|
DeploymentTarget.Builder |
lambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the Lambda compute platform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentTarget.Builder deploymentTargetType(String deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
deploymentTargetType - The deployment type that is specific to the deployment's compute platform or deployments initiated by
a CloudFormation stack update.DeploymentTargetType,
DeploymentTargetTypeDeploymentTarget.Builder deploymentTargetType(DeploymentTargetType deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
deploymentTargetType - The deployment type that is specific to the deployment's compute platform or deployments initiated by
a CloudFormation stack update.DeploymentTargetType,
DeploymentTargetTypeDeploymentTarget.Builder instanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
instanceTarget - Information about the target for a deployment that uses the EC2/On-premises compute platform.default DeploymentTarget.Builder instanceTarget(Consumer<InstanceTarget.Builder> instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
This is a convenience method that creates an instance of theInstanceTarget.Builder avoiding the need
to create one manually via InstanceTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instanceTarget(InstanceTarget).
instanceTarget - a consumer that will call methods on InstanceTarget.BuilderinstanceTarget(InstanceTarget)DeploymentTarget.Builder lambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the Lambda compute platform.
lambdaTarget - Information about the target for a deployment that uses the Lambda compute platform.default DeploymentTarget.Builder lambdaTarget(Consumer<LambdaTarget.Builder> lambdaTarget)
Information about the target for a deployment that uses the Lambda compute platform.
This is a convenience method that creates an instance of theLambdaTarget.Builder avoiding the need
to create one manually via LambdaTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambdaTarget(LambdaTarget).
lambdaTarget - a consumer that will call methods on LambdaTarget.BuilderlambdaTarget(LambdaTarget)DeploymentTarget.Builder ecsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
ecsTarget - Information about the target for a deployment that uses the Amazon ECS compute platform.default DeploymentTarget.Builder ecsTarget(Consumer<ECSTarget.Builder> ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
This is a convenience method that creates an instance of theECSTarget.Builder avoiding the need to
create one manually via ECSTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ecsTarget(ECSTarget).
ecsTarget - a consumer that will call methods on ECSTarget.BuilderecsTarget(ECSTarget)DeploymentTarget.Builder cloudFormationTarget(CloudFormationTarget cloudFormationTarget)
cloudFormationTarget - The new value for the CloudFormationTarget property for this object.default DeploymentTarget.Builder cloudFormationTarget(Consumer<CloudFormationTarget.Builder> cloudFormationTarget)
CloudFormationTarget.Builder avoiding
the need to create one manually via CloudFormationTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to cloudFormationTarget(CloudFormationTarget).
cloudFormationTarget - a consumer that will call methods on CloudFormationTarget.BuildercloudFormationTarget(CloudFormationTarget)Copyright © 2022. All rights reserved.