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