Interface Invalidation.Builder

    • Method Detail

      • id

        Invalidation.Builder id​(String id)

        The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

        Parameters:
        id - The identifier for the invalidation request. For example: IDFDVBD632BHDS5.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Invalidation.Builder status​(String status)

        The status of the invalidation request. When the invalidation batch is finished, the status is Completed.

        Parameters:
        status - The status of the invalidation request. When the invalidation batch is finished, the status is Completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        Invalidation.Builder createTime​(Instant createTime)

        The date and time the invalidation request was first made.

        Parameters:
        createTime - The date and time the invalidation request was first made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invalidationBatch

        Invalidation.Builder invalidationBatch​(InvalidationBatch invalidationBatch)

        The current invalidation information for the batch request.

        Parameters:
        invalidationBatch - The current invalidation information for the batch request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.