Interface QldbSessionAuthSchemeParams
- All Superinterfaces:
 ToCopyableBuilder<QldbSessionAuthSchemeParams.Builder,QldbSessionAuthSchemeParams> 
- All Known Implementing Classes:
 DefaultQldbSessionAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface QldbSessionAuthSchemeParams
extends ToCopyableBuilder<QldbSessionAuthSchemeParams.Builder,QldbSessionAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the QldbSession service.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for aQldbSessionAuthSchemeParams. - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aQldbSessionAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aQldbSessionAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
Get a new builder for creating aQldbSessionAuthSchemeParams. - 
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
QldbSessionAuthSchemeParams.Builder toBuilder()Returns aQldbSessionAuthSchemeParams.Builderto customize the parameters.- Specified by:
 toBuilderin interfaceToCopyableBuilder<QldbSessionAuthSchemeParams.Builder,QldbSessionAuthSchemeParams> - Returns:
 - a builder for type T
 
 
 -