Interface GetRunCacheResponse.Builder

  • Method Details

    • 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

      GetRunCacheResponse.Builder cacheBehavior(String cacheBehavior)

      The default cache behavior for runs using this cache.

      Parameters:
      cacheBehavior - The default cache behavior for runs using this cache.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cacheBehavior

      GetRunCacheResponse.Builder cacheBehavior(CacheBehavior cacheBehavior)

      The default cache behavior for runs using this cache.

      Parameters:
      cacheBehavior - The default cache behavior for runs using this cache.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cacheBucketOwnerId

      GetRunCacheResponse.Builder cacheBucketOwnerId(String cacheBucketOwnerId)

      The identifier of the bucket owner.

      Parameters:
      cacheBucketOwnerId - The identifier of the bucket owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cacheS3Uri

      GetRunCacheResponse.Builder cacheS3Uri(String cacheS3Uri)

      The S3 URI where the cache data is stored.

      Parameters:
      cacheS3Uri - The S3 URI where the cache data is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      GetRunCacheResponse.Builder creationTime(Instant creationTime)

      Creation time of the run cache (an ISO 8601 formatted string).

      Parameters:
      creationTime - Creation time of the run cache (an ISO 8601 formatted string).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetRunCacheResponse.Builder description(String description)

      The run cache description.

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

      The run cache ID.

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

      The run cache name.

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

      The run cache status.

      Parameters:
      status - The run cache status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The run cache status.

      Parameters:
      status - The run cache status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags associated with the run cache.

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