Interface UpdateAnnotationStoreVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAnnotationStoreVersionResponse.Builder,
,UpdateAnnotationStoreVersionResponse> OmicsResponse.Builder
,SdkBuilder<UpdateAnnotationStoreVersionResponse.Builder,
,UpdateAnnotationStoreVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAnnotationStoreVersionResponse
public static interface UpdateAnnotationStoreVersionResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnnotationStoreVersionResponse.Builder,UpdateAnnotationStoreVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time stamp for when an annotation store version was created.description
(String description) The description of an annotation store version.The annotation store version ID.The name of an annotation store.The status of an annotation store version.status
(VersionStatus status) The status of an annotation store version.The annotation store ID.updateTime
(Instant updateTime) The time stamp for when an annotation store version was updated.versionName
(String versionName) The name of an annotation store version.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
storeId
The annotation store ID.
- Parameters:
storeId
- The annotation store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The annotation store version ID.
- Parameters:
id
- The annotation store version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of an annotation store version.
- Parameters:
status
- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of an annotation store version.
- Parameters:
status
- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of an annotation store.
- Parameters:
name
- The name of an annotation store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The name of an annotation store version.
- Parameters:
versionName
- The name of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of an annotation store version.
- Parameters:
description
- The description of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time stamp for when an annotation store version was created.
- Parameters:
creationTime
- The time stamp for when an annotation store version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The time stamp for when an annotation store version was updated.
- Parameters:
updateTime
- The time stamp for when an annotation store version was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-