Interface ECSService.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ECSService.Builder,ECSService>, SdkBuilder<ECSService.Builder,ECSService>, SdkPojo
Enclosing class:
ECSService

public static interface ECSService.Builder extends SdkPojo, CopyableBuilder<ECSService.Builder,ECSService>
  • Method Details

    • serviceName

      ECSService.Builder serviceName(String serviceName)

      The name of the target Amazon ECS service.

      Parameters:
      serviceName - The name of the target Amazon ECS service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterName

      ECSService.Builder clusterName(String clusterName)

      The name of the cluster that the Amazon ECS service is associated with.

      Parameters:
      clusterName - The name of the cluster that the Amazon ECS service is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.