Interface ResourceBudgetEstimate.Builder

    • Method Detail

      • resourceName

        ResourceBudgetEstimate.Builder resourceName​(String resourceName)

        The resource name.

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

        ResourceBudgetEstimate.Builder resourceType​(String resourceType)

        The type of resource the budget will track.

        Parameters:
        resourceType - The type of resource the budget will track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        ResourceBudgetEstimate.Builder resourceType​(ResourceType resourceType)

        The type of resource the budget will track.

        Parameters:
        resourceType - The type of resource the budget will track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • costEstimates

        ResourceBudgetEstimate.Builder costEstimates​(Collection<CostEstimate> costEstimates)

        The cost estimate for the specified budget.

        Parameters:
        costEstimates - The cost estimate for the specified budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • costEstimates

        ResourceBudgetEstimate.Builder costEstimates​(CostEstimate... costEstimates)

        The cost estimate for the specified budget.

        Parameters:
        costEstimates - The cost estimate for the specified budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ResourceBudgetEstimate.Builder startTime​(Instant startTime)

        The estimate start time.

        Parameters:
        startTime - The estimate start time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ResourceBudgetEstimate.Builder endTime​(Instant endTime)

        The estimate end time.

        Parameters:
        endTime - The estimate end time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.