Class AwsChunkedTrait

java.lang.Object
software.amazon.smithy.model.traits.AnnotationTrait
software.amazon.smithy.aws.traits.AwsChunkedTrait
All Implemented Interfaces:
FromSourceLocation, ToNode, ToShapeId, Trait

public final class AwsChunkedTrait extends AnnotationTrait
Indicates that the streaming blob supports aws-chunked content encoding.

When present, SDKs MUST aws-chunk encode the underlying data stream. aws-chunked encoding is a series of data blocks followed by a final block that contains metadata about the content transferred (e.g., checksums).

  • Field Details

    • ID

      public static final ShapeId ID
  • Constructor Details

    • AwsChunkedTrait

      public AwsChunkedTrait(ObjectNode node)
    • AwsChunkedTrait

      public AwsChunkedTrait()