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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GameLiftAuthSchemeParams.Builderbuilder()Get a new builder for creating aGameLiftAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.GameLiftAuthSchemeParams.BuildertoBuilder()Returns aGameLiftAuthSchemeParams.Builderto 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 GameLiftAuthSchemeParams.Builder builder()
Description copied from interface:GameLiftAuthSchemeParamsGet a new builder for creating aGameLiftAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:GameLiftAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceGameLiftAuthSchemeParams
-
region
public Region region()
Description copied from interface:GameLiftAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceGameLiftAuthSchemeParams
-
toBuilder
public GameLiftAuthSchemeParams.Builder toBuilder()
Description copied from interface:GameLiftAuthSchemeParamsReturns aGameLiftAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceGameLiftAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<GameLiftAuthSchemeParams.Builder,GameLiftAuthSchemeParams>
-
-