UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.arn(String arn) |
The ARN of the sequence store.
|
static UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.builder() |
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.creationTime(Instant creationTime) |
The time when the store was created.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.description(String description) |
Description of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.eTagAlgorithmFamily(String eTagAlgorithmFamily) |
The ETag algorithm family to use on ingested read sets.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily) |
The ETag algorithm family to use on ingested read sets.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.fallbackLocation(String fallbackLocation) |
The S3 URI of a bucket and folder to store Read Sets that fail to upload.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.id(String id) |
The ID of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.name(String name) |
The name of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.propagatedSetLevelTags(String... propagatedSetLevelTags) |
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.propagatedSetLevelTags(Collection<String> propagatedSetLevelTags) |
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
default UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.s3Access(Consumer<SequenceStoreS3Access.Builder> s3Access) |
Sets the value of the S3Access property for this object.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.s3Access(SequenceStoreS3Access s3Access) |
Sets the value of the S3Access property for this object.
|
default UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.sseConfig(Consumer<SseConfig.Builder> sseConfig) |
Sets the value of the SseConfig property for this object.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.sseConfig(SseConfig sseConfig) |
Sets the value of the SseConfig property for this object.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.status(String status) |
The status of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.status(SequenceStoreStatus status) |
The status of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.statusMessage(String statusMessage) |
The status message of the sequence store.
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.toBuilder() |
|
UpdateSequenceStoreResponse.Builder |
UpdateSequenceStoreResponse.Builder.updateTime(Instant updateTime) |
The last-updated time of the Sequence Store.
|