Uses of Interface
software.amazon.awssdk.services.omics.model.ETag.Builder
-
Packages that use ETag.Builder Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ETag.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ETag.Builder Modifier and Type Method Description ETag.BuilderETag.Builder. algorithm(String algorithm)The algorithm used to calculate the read set’s ETag(s).ETag.BuilderETag.Builder. algorithm(ETagAlgorithm algorithm)The algorithm used to calculate the read set’s ETag(s).static ETag.BuilderETag. builder()ETag.BuilderETag.Builder. source1(String source1)The ETag hash calculated on Source1 of the read set.ETag.BuilderETag.Builder. source2(String source2)The ETag hash calculated on Source2 of the read set.ETag.BuilderETag. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ETag.Builder Modifier and Type Method Description static Class<? extends ETag.Builder>ETag. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type ETag.Builder Modifier and Type Method Description default GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. etag(Consumer<ETag.Builder> etag)The entity tag (ETag) is a hash of the object meant to represent its semantic content.default ReadSetListItem.BuilderReadSetListItem.Builder. etag(Consumer<ETag.Builder> etag)The entity tag (ETag) is a hash of the object representing its semantic content.
-