Class DefaultAppConfigDataAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.appconfigdata.auth.scheme.internal.DefaultAppConfigDataAuthSchemeParams
- All Implemented Interfaces:
AppConfigDataAuthSchemeParams,ToCopyableBuilder<AppConfigDataAuthSchemeParams.Builder,AppConfigDataAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultAppConfigDataAuthSchemeParams
extends Object
implements AppConfigDataAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aAppConfigDataAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aAppConfigDataAuthSchemeParams.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:AppConfigDataAuthSchemeParamsGet a new builder for creating aAppConfigDataAuthSchemeParams. -
operation
Description copied from interface:AppConfigDataAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceAppConfigDataAuthSchemeParams
-
region
Description copied from interface:AppConfigDataAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceAppConfigDataAuthSchemeParams
-
toBuilder
Description copied from interface:AppConfigDataAuthSchemeParamsReturns aAppConfigDataAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceAppConfigDataAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<AppConfigDataAuthSchemeParams.Builder,AppConfigDataAuthSchemeParams>
-