Interface AnnotationEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationEntry.Builder,,AnnotationEntry> SdkBuilder<AnnotationEntry.Builder,,AnnotationEntry> SdkPojo
- Enclosing class:
AnnotationEntry
@Mutable
@NotThreadSafe
public static interface AnnotationEntry.Builder
extends SdkPojo, CopyableBuilder<AnnotationEntry.Builder,AnnotationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionannotationName(String annotationName) The name of the annotation.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The checksum algorithm used for the annotation.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The checksum algorithm used for the annotation.checksumAlgorithmWithStrings(String... checksumAlgorithm) The checksum algorithm used for the annotation.checksumAlgorithmWithStrings(Collection<String> checksumAlgorithm) The checksum algorithm used for the annotation.The entity tag of the annotation.lastModified(Instant lastModified) The date and time the annotation was last modified.replicationStatus(String replicationStatus) The replication status of the annotation.replicationStatus(ReplicationStatus replicationStatus) The replication status of the annotation.The size of the annotation payload, in bytes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
annotationName
The name of the annotation.
- Parameters:
annotationName- The name of the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date and time the annotation was last modified.
- Parameters:
lastModified- The date and time the annotation was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The entity tag of the annotation.
- Parameters:
eTag- The entity tag of the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithmWithStrings
The checksum algorithm used for the annotation.
- Parameters:
checksumAlgorithm- The checksum algorithm used for the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithmWithStrings
The checksum algorithm used for the annotation.
- Parameters:
checksumAlgorithm- The checksum algorithm used for the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
The checksum algorithm used for the annotation.
- Parameters:
checksumAlgorithm- The checksum algorithm used for the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
The checksum algorithm used for the annotation.
- Parameters:
checksumAlgorithm- The checksum algorithm used for the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
The size of the annotation payload, in bytes.
- Parameters:
size- The size of the annotation payload, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationStatus
The replication status of the annotation.
- Parameters:
replicationStatus- The replication status of the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStatus
The replication status of the annotation.
- Parameters:
replicationStatus- The replication status of the annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-