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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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:
-
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
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
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
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.
-
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:
-