Interface RunCacheListItem.Builder

    • Method Detail

      • arn

        RunCacheListItem.Builder arn​(String arn)

        Unique resource identifier for the run cache.

        Parameters:
        arn - Unique resource identifier for the run cache.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheBehavior

        RunCacheListItem.Builder cacheBehavior​(String cacheBehavior)

        Default cache behavior for the run cache.

        Parameters:
        cacheBehavior - Default cache behavior for the run cache.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CacheBehavior, CacheBehavior
      • cacheBehavior

        RunCacheListItem.Builder cacheBehavior​(CacheBehavior cacheBehavior)

        Default cache behavior for the run cache.

        Parameters:
        cacheBehavior - Default cache behavior for the run cache.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CacheBehavior, CacheBehavior
      • cacheS3Uri

        RunCacheListItem.Builder cacheS3Uri​(String cacheS3Uri)

        The S3 uri for the run cache data.

        Parameters:
        cacheS3Uri - The S3 uri for the run cache data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        RunCacheListItem.Builder creationTime​(Instant creationTime)

        The time that this run cache was created (an ISO 8601 formatted string).

        Parameters:
        creationTime - The time that this run cache was created (an ISO 8601 formatted string).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        RunCacheListItem.Builder id​(String id)

        The identifier for this run cache.

        Parameters:
        id - The identifier for this run cache.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        RunCacheListItem.Builder name​(String name)

        The name of the run cache.

        Parameters:
        name - The name of the run cache.
        Returns:
        Returns a reference to this object so that method calls can be chained together.