Interface CreateAnnotationStoreResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateAnnotationStoreResponse.Builder,,- CreateAnnotationStoreResponse> - OmicsResponse.Builder,- SdkBuilder<CreateAnnotationStoreResponse.Builder,,- CreateAnnotationStoreResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateAnnotationStoreResponse
- 
Method SummaryModifier and TypeMethodDescriptioncreationTime(Instant creationTime) When the store was created.The store's ID.The store's name.reference(Consumer<ReferenceItem.Builder> reference) The store's genome reference.reference(ReferenceItem reference) The store's genome reference.The store's status.status(StoreStatus status) The store's status.storeFormat(String storeFormat) The annotation file format of the store.storeFormat(StoreFormat storeFormat) The annotation file format of the store.storeOptions(Consumer<StoreOptions.Builder> storeOptions) The store's file parsing options.storeOptions(StoreOptions storeOptions) The store's file parsing options.versionName(String versionName) The name given to an annotation store version to distinguish it from other versions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe store's ID. - Parameters:
- id- The store's ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
referenceThe store's genome reference. Required for all stores except TSV format with generic annotations. - Parameters:
- reference- The store's genome reference. Required for all stores except TSV format with generic annotations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
referenceThe store's genome reference. Required for all stores except TSV format with generic annotations. This is a convenience method that creates an instance of theReferenceItem.Builderavoiding the need to create one manually viaReferenceItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreference(ReferenceItem).- Parameters:
- reference- a consumer that will call methods on- ReferenceItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
storeFormatThe annotation file format of the store. - Parameters:
- storeFormat- The annotation file format of the store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
storeFormatThe annotation file format of the store. - Parameters:
- storeFormat- The annotation file format of the store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
storeOptionsThe store's file parsing options. - Parameters:
- storeOptions- The store's file parsing options.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storeOptionsdefault CreateAnnotationStoreResponse.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions) The store's file parsing options. This is a convenience method that creates an instance of theStoreOptions.Builderavoiding the need to create one manually viaStoreOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostoreOptions(StoreOptions).- Parameters:
- storeOptions- a consumer that will call methods on- StoreOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe store's status. - Parameters:
- status- The store's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe store's status. - Parameters:
- status- The store's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe store's name. - Parameters:
- name- The store's name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionNameThe name given to an annotation store version to distinguish it from other versions. - Parameters:
- versionName- The name given to an annotation store version to distinguish it from other versions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeWhen the store was created. - Parameters:
- creationTime- When the store was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-