static DeploymentTarget.Builder |
DeploymentTarget.builder() |
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.cloudFormationTarget(Consumer<CloudFormationTarget.Builder> cloudFormationTarget) |
Sets the value of the CloudFormationTarget property for this object.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.cloudFormationTarget(CloudFormationTarget cloudFormationTarget) |
Sets the value of the CloudFormationTarget property for this object.
|
DeploymentTarget.Builder |
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.
|
DeploymentTarget.Builder |
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.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.ecsTarget(Consumer<ECSTarget.Builder> ecsTarget) |
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.ecsTarget(ECSTarget ecsTarget) |
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.instanceTarget(Consumer<InstanceTarget.Builder> instanceTarget) |
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.instanceTarget(InstanceTarget instanceTarget) |
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.lambdaTarget(Consumer<LambdaTarget.Builder> lambdaTarget) |
Information about the target for a deployment that uses the Lambda compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.lambdaTarget(LambdaTarget lambdaTarget) |
Information about the target for a deployment that uses the Lambda compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.toBuilder() |
|