Uses of Interface
software.amazon.awssdk.services.s3.model.AnnotationEntry.Builder
Packages that use AnnotationEntry.Builder
-
Uses of AnnotationEntry.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationEntry.BuilderModifier and TypeMethodDescriptionAnnotationEntry.Builder.annotationName(String annotationName) The name of the annotation.static AnnotationEntry.BuilderAnnotationEntry.builder()AnnotationEntry.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The checksum algorithm used for the annotation.AnnotationEntry.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The checksum algorithm used for the annotation.AnnotationEntry.Builder.checksumAlgorithmWithStrings(String... checksumAlgorithm) The checksum algorithm used for the annotation.AnnotationEntry.Builder.checksumAlgorithmWithStrings(Collection<String> checksumAlgorithm) The checksum algorithm used for the annotation.The entity tag of the annotation.AnnotationEntry.Builder.lastModified(Instant lastModified) The date and time the annotation was last modified.AnnotationEntry.Builder.replicationStatus(String replicationStatus) The replication status of the annotation.AnnotationEntry.Builder.replicationStatus(ReplicationStatus replicationStatus) The replication status of the annotation.The size of the annotation payload, in bytes.AnnotationEntry.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnnotationEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnnotationEntry.Builder>AnnotationEntry.serializableBuilderClass()