Class DefaultB2BiAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.b2bi.auth.scheme.internal.DefaultB2BiAuthSchemeParams
- All Implemented Interfaces:
- B2BiAuthSchemeParams,- ToCopyableBuilder<B2BiAuthSchemeParams.Builder,- B2BiAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultB2BiAuthSchemeParams
extends Object
implements B2BiAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionstatic B2BiAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aB2BiAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:B2BiAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- B2BiAuthSchemeParams
 
- 
regionDescription copied from interface:B2BiAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- B2BiAuthSchemeParams
 
- 
toBuilderDescription copied from interface:B2BiAuthSchemeParamsReturns aB2BiAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- B2BiAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<B2BiAuthSchemeParams.Builder,- B2BiAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-