Interface DownloadRequest.TypedBuilder<T>

All Superinterfaces:
Buildable, CopyableBuilder<DownloadRequest.TypedBuilder<T>,DownloadRequest<T>>, SdkBuilder<DownloadRequest.TypedBuilder<T>,DownloadRequest<T>>
Enclosing class:
DownloadRequest<ReturnT>

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