Class AbortableInputStreamSubscriber.Builder
- java.lang.Object
- 
- software.amazon.awssdk.http.async.AbortableInputStreamSubscriber.Builder
 
- 
- Enclosing class:
- AbortableInputStreamSubscriber
 
 public static final class AbortableInputStreamSubscriber.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AbortableInputStreamSubscriberbuild()AbortableInputStreamSubscriber.BuilderdoAfterClose(Runnable doAfterClose)Additional action to run whenAbortableInputStreamSubscriber.close()is invoked
 
- 
- 
- 
Method Detail- 
doAfterClosepublic AbortableInputStreamSubscriber.Builder doAfterClose(Runnable doAfterClose) Additional action to run whenAbortableInputStreamSubscriber.close()is invoked
 - 
buildpublic AbortableInputStreamSubscriber build() 
 
- 
 
-