Interface RunCacheListItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RunCacheListItem.Builder,,- RunCacheListItem> - SdkBuilder<RunCacheListItem.Builder,,- RunCacheListItem> - SdkPojo
- Enclosing class:
- RunCacheListItem
@Mutable
@NotThreadSafe
public static interface RunCacheListItem.Builder
extends SdkPojo, CopyableBuilder<RunCacheListItem.Builder,RunCacheListItem> 
- 
Method SummaryModifier and TypeMethodDescriptionUnique resource identifier for the run cache.cacheBehavior(String cacheBehavior) Default cache behavior for the run cache.cacheBehavior(CacheBehavior cacheBehavior) Default cache behavior for the run cache.cacheS3Uri(String cacheS3Uri) The S3 uri for the run cache data.creationTime(Instant creationTime) The time that this run cache was created (an ISO 8601 formatted string).The identifier for this run cache.The name of the run cache.The run cache status.status(RunCacheStatus status) The run cache status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnUnique 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.
 
- 
cacheBehaviorDefault 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:
 
- 
cacheBehaviorDefault 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:
 
- 
cacheS3UriThe 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.
 
- 
creationTimeThe 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.
 
- 
idThe 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.
 
- 
nameThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-