Class DefaultSignRequest.BuilderImpl<IdentityT extends Identity>
java.lang.Object
software.amazon.awssdk.http.auth.spi.internal.signer.DefaultSignRequest.BuilderImpl<IdentityT>
- All Implemented Interfaces:
- BaseSignRequest.Builder<SignRequest.Builder<IdentityT>,,- ContentStreamProvider, - IdentityT> - SignRequest.Builder<IdentityT>,- Buildable,- CopyableBuilder<SignRequest.Builder<IdentityT>,,- SignRequest<IdentityT>> - SdkBuilder<SignRequest.Builder<IdentityT>,- SignRequest<IdentityT>> 
- Enclosing class:
- DefaultSignRequest<IdentityT extends Identity>
@SdkInternalApi
public static final class DefaultSignRequest.BuilderImpl<IdentityT extends Identity>
extends Object
implements SignRequest.Builder<IdentityT>
- 
Method SummaryModifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.http.auth.spi.signer.BaseSignRequest.Builderidentity, payload, putProperty, requestMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation
- 
Method Details- 
buildDescription copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkBuilder<SignRequest.Builder<IdentityT extends Identity>,- SignRequest<IdentityT extends Identity>> 
- Returns:
- an instance of T
 
 
-