Interface StackSummary.Builder

    • Method Detail

      • stackId

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

        StackSummary.Builder name​(String name)

        The stack name.

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

        StackSummary.Builder arn​(String arn)

        The stack's ARN.

        Parameters:
        arn - The stack's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layersCount

        StackSummary.Builder layersCount​(Integer layersCount)

        The number of layers.

        Parameters:
        layersCount - The number of layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appsCount

        StackSummary.Builder appsCount​(Integer appsCount)

        The number of apps.

        Parameters:
        appsCount - The number of apps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instancesCount

        StackSummary.Builder instancesCount​(InstancesCount instancesCount)

        An InstancesCount object with the number of instances in each status.

        Parameters:
        instancesCount - An InstancesCount object with the number of instances in each status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.