Interface ResourceCountsSummary.Builder

    • Method Detail

      • behindMajor

        ResourceCountsSummary.Builder behindMajor​(Integer behindMajor)

        The number of resources of this type in the Amazon Web Services account that need a major template version update.

        Parameters:
        behindMajor - The number of resources of this type in the Amazon Web Services account that need a major template version update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • behindMinor

        ResourceCountsSummary.Builder behindMinor​(Integer behindMinor)

        The number of resources of this type in the Amazon Web Services account that need a minor template version update.

        Parameters:
        behindMinor - The number of resources of this type in the Amazon Web Services account that need a minor template version update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failed

        ResourceCountsSummary.Builder failed​(Integer failed)

        The number of resources of this type in the Amazon Web Services account that failed to deploy.

        Parameters:
        failed - The number of resources of this type in the Amazon Web Services account that failed to deploy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        ResourceCountsSummary.Builder total​(Integer total)

        The total number of resources of this type in the Amazon Web Services account.

        Parameters:
        total - The total number of resources of this type in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upToDate

        ResourceCountsSummary.Builder upToDate​(Integer upToDate)

        The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.

        Parameters:
        upToDate - The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.