Class DefaultOamAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.oam.auth.scheme.internal.DefaultOamAuthSchemeParams
-
- All Implemented Interfaces:
OamAuthSchemeParams,ToCopyableBuilder<OamAuthSchemeParams.Builder,OamAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultOamAuthSchemeParams extends Object implements OamAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OamAuthSchemeParams.Builderbuilder()Get a new builder for creating aOamAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.OamAuthSchemeParams.BuildertoBuilder()Returns aOamAuthSchemeParams.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 OamAuthSchemeParams.Builder builder()
Description copied from interface:OamAuthSchemeParamsGet a new builder for creating aOamAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:OamAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceOamAuthSchemeParams
-
region
public Region region()
Description copied from interface:OamAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceOamAuthSchemeParams
-
toBuilder
public OamAuthSchemeParams.Builder toBuilder()
Description copied from interface:OamAuthSchemeParamsReturns aOamAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceOamAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<OamAuthSchemeParams.Builder,OamAuthSchemeParams>
-
-