Class DefaultAsyncSignedRequest
java.lang.Object
software.amazon.awssdk.http.auth.spi.internal.signer.DefaultAsyncSignedRequest
- All Implemented Interfaces:
AsyncSignedRequest
,BaseSignedRequest<org.reactivestreams.Publisher<ByteBuffer>>
,ToCopyableBuilder<AsyncSignedRequest.Builder,
AsyncSignedRequest>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.http.auth.spi.signer.AsyncSignedRequest
AsyncSignedRequest.Builder
Nested classes/interfaces inherited from interface software.amazon.awssdk.http.auth.spi.signer.BaseSignedRequest
BaseSignedRequest.Builder<B extends BaseSignedRequest.Builder<B,
PayloadT>, PayloadT> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Optional
<org.reactivestreams.Publisher<ByteBuffer>> payload()
Returns the body payload of the request.request()
Returns the HTTP request object, without the request body payload.Take this object and create a builder that contains all of the current property values of this object.toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.http.auth.spi.signer.BaseSignedRequest
payload, request
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
toString
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AsyncSignedRequest.Builder,
AsyncSignedRequest> - Returns:
- a builder for type T
-
request
Description copied from interface:BaseSignedRequest
Returns the HTTP request object, without the request body payload.- Specified by:
request
in interfaceBaseSignedRequest<PayloadT>
-
payload
Description copied from interface:BaseSignedRequest
Returns the body payload of the request. A payload is optional. By default, the payload will be empty.- Specified by:
payload
in interfaceBaseSignedRequest<PayloadT>
-