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 ECS service is associated with.
|
ECSService.Builder |
serviceName(String serviceName)
The name of the target ECS service.
|
copy
applyMutation, build
ECSService.Builder serviceName(String serviceName)
The name of the target ECS service.
serviceName
- The name of the target ECS service.ECSService.Builder clusterName(String clusterName)
The name of the cluster that the ECS service is associated with.
clusterName
- The name of the cluster that the ECS service is associated with.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.