Class DefaultOdbAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.odb.auth.scheme.internal.DefaultOdbAuthSchemeParams
- All Implemented Interfaces:
OdbAuthSchemeParams,ToCopyableBuilder<OdbAuthSchemeParams.Builder,OdbAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultOdbAuthSchemeParams
extends Object
implements OdbAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionstatic OdbAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aOdbAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:OdbAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceOdbAuthSchemeParams
-
region
Description copied from interface:OdbAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceOdbAuthSchemeParams
-
toBuilder
Description copied from interface:OdbAuthSchemeParamsReturns aOdbAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceOdbAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<OdbAuthSchemeParams.Builder,OdbAuthSchemeParams> - Returns:
- a builder for type T
-