Interface UpdateCostAllocationTagsStatusError.Builder

    • Method Detail

      • tagKey

        UpdateCostAllocationTagsStatusError.Builder tagKey​(String tagKey)

        The key for the cost allocation tag.

        Parameters:
        tagKey - The key for the cost allocation tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        UpdateCostAllocationTagsStatusError.Builder code​(String code)

        An error code representing why the action failed on this entry.

        Parameters:
        code - An error code representing why the action failed on this entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        UpdateCostAllocationTagsStatusError.Builder message​(String message)

        A message explaining why the action failed on this entry.

        Parameters:
        message - A message explaining why the action failed on this entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.