Class DefaultLambdaAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.auth.scheme.internal.DefaultLambdaAuthSchemeParams
-
- All Implemented Interfaces:
LambdaAuthSchemeParams
,ToCopyableBuilder<LambdaAuthSchemeParams.Builder,LambdaAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultLambdaAuthSchemeParams extends Object implements LambdaAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LambdaAuthSchemeParams.Builder
builder()
Get a new builder for creating aLambdaAuthSchemeParams
.String
operation()
Returns the operation for which to resolve the auth scheme.Region
region()
Returns the region.LambdaAuthSchemeParams.Builder
toBuilder()
Returns aLambdaAuthSchemeParams.Builder
to customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static LambdaAuthSchemeParams.Builder builder()
Description copied from interface:LambdaAuthSchemeParams
Get a new builder for creating aLambdaAuthSchemeParams
.
-
operation
public String operation()
Description copied from interface:LambdaAuthSchemeParams
Returns the operation for which to resolve the auth scheme.- Specified by:
operation
in interfaceLambdaAuthSchemeParams
-
region
public Region region()
Description copied from interface:LambdaAuthSchemeParams
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
region
in interfaceLambdaAuthSchemeParams
-
toBuilder
public LambdaAuthSchemeParams.Builder toBuilder()
Description copied from interface:LambdaAuthSchemeParams
Returns aLambdaAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceLambdaAuthSchemeParams
- Specified by:
toBuilder
in interfaceToCopyableBuilder<LambdaAuthSchemeParams.Builder,LambdaAuthSchemeParams>
-
-