Interface GetSnowballUsageResponse.Builder

    • Method Detail

      • snowballLimit

        GetSnowballUsageResponse.Builder snowballLimit​(Integer snowballLimit)

        The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).

        Parameters:
        snowballLimit - The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snowballsInUse

        GetSnowballUsageResponse.Builder snowballsInUse​(Integer snowballsInUse)

        The number of Snow devices that this account is currently using.

        Parameters:
        snowballsInUse - The number of Snow devices that this account is currently using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.