Interface GetRunCacheResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRunCacheResponse.Builder,
,GetRunCacheResponse> OmicsResponse.Builder
,SdkBuilder<GetRunCacheResponse.Builder,
,GetRunCacheResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRunCacheResponse
@Mutable
@NotThreadSafe
public static interface GetRunCacheResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetRunCacheResponse.Builder,GetRunCacheResponse>
-
Method Summary
Modifier and TypeMethodDescriptionUnique resource identifier for the run cache.cacheBehavior
(String cacheBehavior) The default cache behavior for runs using this cache.cacheBehavior
(CacheBehavior cacheBehavior) The default cache behavior for runs using this cache.cacheBucketOwnerId
(String cacheBucketOwnerId) The identifier of the bucket owner.cacheS3Uri
(String cacheS3Uri) The S3 URI where the cache data is stored.creationTime
(Instant creationTime) Creation time of the run cache (an ISO 8601 formatted string).description
(String description) The run cache description.The run cache ID.The run cache name.The run cache status.status
(RunCacheStatus status) The run cache status.The tags associated with the run cache.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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
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
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
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
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.
-