Interface EstimatedResourceSize.Builder

    • Method Detail

      • estimatedSizeInBytes

        EstimatedResourceSize.Builder estimatedSizeInBytes​(Double estimatedSizeInBytes)

        The estimated size of the resource, in bytes.

        Parameters:
        estimatedSizeInBytes - The estimated size of the resource, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedOn

        EstimatedResourceSize.Builder estimatedOn​(Instant estimatedOn)

        The time when the estimate of the size of the resource was made.

        Parameters:
        estimatedOn - The time when the estimate of the size of the resource was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.