Interface EcsCluster.Builder

    • Method Detail

      • ecsClusterArn

        EcsCluster.Builder ecsClusterArn​(String ecsClusterArn)

        The cluster's ARN.

        Parameters:
        ecsClusterArn - The cluster's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ecsClusterName

        EcsCluster.Builder ecsClusterName​(String ecsClusterName)

        The cluster name.

        Parameters:
        ecsClusterName - The cluster name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackId

        EcsCluster.Builder stackId​(String stackId)

        The stack ID.

        Parameters:
        stackId - The stack ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registeredAt

        EcsCluster.Builder registeredAt​(String registeredAt)

        The time and date that the cluster was registered with the stack.

        Parameters:
        registeredAt - The time and date that the cluster was registered with the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.