Interface OdbAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<OdbAuthSchemeParams.Builder,
OdbAuthSchemeParams>
- All Known Implementing Classes:
DefaultOdbAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface OdbAuthSchemeParams
extends ToCopyableBuilder<OdbAuthSchemeParams.Builder,OdbAuthSchemeParams>
The parameters object used to resolve the auth schemes for the Odb service.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic OdbAuthSchemeParams.Builder
builder()
Get a new builder for creating aOdbAuthSchemeParams
.Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aOdbAuthSchemeParams.Builder
to customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Get a new builder for creating aOdbAuthSchemeParams
. -
operation
String operation()Returns the operation for which to resolve the auth scheme. -
region
Region region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme. -
toBuilder
OdbAuthSchemeParams.Builder toBuilder()Returns aOdbAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OdbAuthSchemeParams.Builder,
OdbAuthSchemeParams> - Returns:
- a builder for type T
-