Interface ECSService.Builder

    • Method Detail

      • 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.