Interface TnbAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<TnbAuthSchemeParams.Builder,- TnbAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultTnbAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface TnbAuthSchemeParams
extends ToCopyableBuilder<TnbAuthSchemeParams.Builder,TnbAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the Tnb service.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic TnbAuthSchemeParams.Builderbuilder()Get a new builder for creating aTnbAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aTnbAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aTnbAuthSchemeParams.
- 
operationString operation()Returns the operation for which to resolve the auth scheme.
- 
regionRegion region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
toBuilderTnbAuthSchemeParams.Builder toBuilder()Returns aTnbAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<TnbAuthSchemeParams.Builder,- TnbAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-