Interface CreateRunCacheResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateRunCacheResponse.Builder,CreateRunCacheResponse>,OmicsResponse.Builder,SdkBuilder<CreateRunCacheResponse.Builder,CreateRunCacheResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRunCacheResponse
public static interface CreateRunCacheResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<CreateRunCacheResponse.Builder,CreateRunCacheResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRunCacheResponse.Builderarn(String arn)Unique resource identifier for the run cache.CreateRunCacheResponse.Builderid(String id)Identifier for the run cache.CreateRunCacheResponse.Builderstatus(String status)Run cache status.CreateRunCacheResponse.Builderstatus(RunCacheStatus status)Run cache status.CreateRunCacheResponse.Buildertags(Map<String,String> tags)The tags associated with this 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 Detail
-
arn
CreateRunCacheResponse.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.
-
id
CreateRunCacheResponse.Builder id(String id)
Identifier for the run cache.
- Parameters:
id- Identifier for the run cache.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateRunCacheResponse.Builder status(String status)
Run cache status.
- Parameters:
status- Run cache status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RunCacheStatus,RunCacheStatus
-
status
CreateRunCacheResponse.Builder status(RunCacheStatus status)
Run cache status.
- Parameters:
status- Run cache status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RunCacheStatus,RunCacheStatus
-
tags
CreateRunCacheResponse.Builder tags(Map<String,String> tags)
The tags associated with this run cache.
- Parameters:
tags- The tags associated with this run cache.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-