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