Class DefaultLexRuntimeV2AuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.lexruntimev2.auth.scheme.internal.DefaultLexRuntimeV2AuthSchemeParams
- All Implemented Interfaces:
- LexRuntimeV2AuthSchemeParams,- ToCopyableBuilder<LexRuntimeV2AuthSchemeParams.Builder,- LexRuntimeV2AuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultLexRuntimeV2AuthSchemeParams
extends Object
implements LexRuntimeV2AuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aLexRuntimeV2AuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:LexRuntimeV2AuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- LexRuntimeV2AuthSchemeParams
 
- 
regionDescription copied from interface:LexRuntimeV2AuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- LexRuntimeV2AuthSchemeParams
 
- 
toBuilderDescription copied from interface:LexRuntimeV2AuthSchemeParamsReturns aLexRuntimeV2AuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- LexRuntimeV2AuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<LexRuntimeV2AuthSchemeParams.Builder,- LexRuntimeV2AuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-