Interface ResetDistributionCacheResponse.Builder

    • Method Detail

      • status

        ResetDistributionCacheResponse.Builder status​(String status)

        The status of the reset cache request.

        Parameters:
        status - The status of the reset cache request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ResetDistributionCacheResponse.Builder createTime​(Instant createTime)

        The timestamp of the reset cache request (1479734909.17) in Unix time format.

        Parameters:
        createTime - The timestamp of the reset cache request (1479734909.17) in Unix time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        ResetDistributionCacheResponse.Builder operation​(Operation operation)

        An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

        Parameters:
        operation - An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.