Class DefaultGameLiftAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.gamelift.auth.scheme.internal.DefaultGameLiftAuthSchemeParams
- All Implemented Interfaces:
GameLiftAuthSchemeParams
,ToCopyableBuilder<GameLiftAuthSchemeParams.Builder,
GameLiftAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultGameLiftAuthSchemeParams
extends Object
implements GameLiftAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aGameLiftAuthSchemeParams.Builder
to customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:GameLiftAuthSchemeParams
Returns the operation for which to resolve the auth scheme.- Specified by:
operation
in interfaceGameLiftAuthSchemeParams
-
region
Description copied from interface:GameLiftAuthSchemeParams
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
region
in interfaceGameLiftAuthSchemeParams
-
toBuilder
Description copied from interface:GameLiftAuthSchemeParams
Returns aGameLiftAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceGameLiftAuthSchemeParams
- Specified by:
toBuilder
in interfaceToCopyableBuilder<GameLiftAuthSchemeParams.Builder,
GameLiftAuthSchemeParams> - Returns:
- a builder for type T
-