public static interface ECSService.Builder extends SdkPojo, CopyableBuilder<ECSService.Builder,ECSService>
| Modifier and Type | Method and Description |
|---|---|
ECSService.Builder |
clusterName(String clusterName)
The name of the cluster that the Amazon ECS service is associated with.
|
ECSService.Builder |
serviceName(String serviceName)
The name of the target Amazon ECS service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildECSService.Builder serviceName(String serviceName)
The name of the target Amazon ECS service.
serviceName - The name of the target Amazon ECS service.ECSService.Builder clusterName(String clusterName)
The name of the cluster that the Amazon ECS service is associated with.
clusterName - The name of the cluster that the Amazon ECS service is associated with.Copyright © 2021. All rights reserved.