Interface RunCacheListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RunCacheListItem.Builder,RunCacheListItem>,SdkBuilder<RunCacheListItem.Builder,RunCacheListItem>,SdkPojo
- Enclosing class:
- RunCacheListItem
public static interface RunCacheListItem.Builder extends SdkPojo, CopyableBuilder<RunCacheListItem.Builder,RunCacheListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunCacheListItem.Builderarn(String arn)Unique resource identifier for the run cache.RunCacheListItem.BuildercacheBehavior(String cacheBehavior)Default cache behavior for the run cache.RunCacheListItem.BuildercacheBehavior(CacheBehavior cacheBehavior)Default cache behavior for the run cache.RunCacheListItem.BuildercacheS3Uri(String cacheS3Uri)The S3 uri for the run cache data.RunCacheListItem.BuildercreationTime(Instant creationTime)The time that this run cache was created (an ISO 8601 formatted string).RunCacheListItem.Builderid(String id)The identifier for this run cache.RunCacheListItem.Buildername(String name)The name of the run cache.RunCacheListItem.Builderstatus(String status)The run cache status.RunCacheListItem.Builderstatus(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 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.
-
status
RunCacheListItem.Builder status(String 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:
RunCacheStatus,RunCacheStatus
-
status
RunCacheListItem.Builder status(RunCacheStatus 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:
RunCacheStatus,RunCacheStatus
-
-