Class DefaultRamAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.ram.auth.scheme.internal.DefaultRamAuthSchemeParams
- All Implemented Interfaces:
- RamAuthSchemeParams,- ToCopyableBuilder<RamAuthSchemeParams.Builder,- RamAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultRamAuthSchemeParams
extends Object
implements RamAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionstatic RamAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aRamAuthSchemeParams.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:RamAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- RamAuthSchemeParams
 
- 
regionDescription copied from interface:RamAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- RamAuthSchemeParams
 
- 
toBuilderDescription copied from interface:RamAuthSchemeParamsReturns aRamAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- RamAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<RamAuthSchemeParams.Builder,- RamAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-