Class DefaultPersonalizeAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.personalize.auth.scheme.internal.DefaultPersonalizeAuthSchemeParams
- All Implemented Interfaces:
- PersonalizeAuthSchemeParams,- ToCopyableBuilder<PersonalizeAuthSchemeParams.Builder,- PersonalizeAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultPersonalizeAuthSchemeParams
extends Object
implements PersonalizeAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aPersonalizeAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:PersonalizeAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- PersonalizeAuthSchemeParams
 
- 
regionDescription copied from interface:PersonalizeAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- PersonalizeAuthSchemeParams
 
- 
toBuilderDescription copied from interface:PersonalizeAuthSchemeParamsReturns aPersonalizeAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- PersonalizeAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<PersonalizeAuthSchemeParams.Builder,- PersonalizeAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-