Interface CompletedDownload.TypedBuilder<T>

All Superinterfaces:
Buildable, CopyableBuilder<CompletedDownload.TypedBuilder<T>,CompletedDownload<T>>, SdkBuilder<CompletedDownload.TypedBuilder<T>,CompletedDownload<T>>
Enclosing class:
CompletedDownload<ResultT>

public static interface CompletedDownload.TypedBuilder<T> extends CopyableBuilder<CompletedDownload.TypedBuilder<T>,CompletedDownload<T>>
The type-parameterized version of CompletedDownload.UntypedBuilder. This builder's type is inferred as part of specifying result(Object), after which this builder can be used to construct a CompletedDownload with the same generic type.