Class DefaultOutpostsAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.outposts.auth.scheme.internal.DefaultOutpostsAuthSchemeParams
- All Implemented Interfaces:
OutpostsAuthSchemeParams,ToCopyableBuilder<OutpostsAuthSchemeParams.Builder,OutpostsAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultOutpostsAuthSchemeParams
extends Object
implements OutpostsAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aOutpostsAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aOutpostsAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Description copied from interface:OutpostsAuthSchemeParamsGet a new builder for creating aOutpostsAuthSchemeParams. -
operation
Description copied from interface:OutpostsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceOutpostsAuthSchemeParams
-
region
Description copied from interface:OutpostsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceOutpostsAuthSchemeParams
-
toBuilder
Description copied from interface:OutpostsAuthSchemeParamsReturns aOutpostsAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceOutpostsAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<OutpostsAuthSchemeParams.Builder,OutpostsAuthSchemeParams>
-