| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ETag.Builder |
ETag.Builder.algorithm(ETagAlgorithm algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
ETag.Builder |
ETag.Builder.algorithm(String algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
static ETag.Builder |
ETag.builder() |
ETag.Builder |
ETag.Builder.source1(String source1)
The ETag hash calculated on Source1 of the read set.
|
ETag.Builder |
ETag.Builder.source2(String source2)
The ETag hash calculated on Source2 of the read set.
|
ETag.Builder |
ETag.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ETag.Builder> |
ETag.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetReadSetMetadataResponse.Builder |
GetReadSetMetadataResponse.Builder.etag(Consumer<ETag.Builder> etag)
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
|
default ReadSetListItem.Builder |
ReadSetListItem.Builder.etag(Consumer<ETag.Builder> etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
|
Copyright © 2023. All rights reserved.