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") public final class DefaultRamAuthSchemeParams extends Object implements RamAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RamAuthSchemeParams.Builderbuilder()Get a new builder for creating aRamAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.RamAuthSchemeParams.BuildertoBuilder()Returns aRamAuthSchemeParams.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 RamAuthSchemeParams.Builder builder()
Description copied from interface:RamAuthSchemeParamsGet a new builder for creating aRamAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:RamAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceRamAuthSchemeParams
-
region
public Region region()
Description copied from interface:RamAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceRamAuthSchemeParams
-
toBuilder
public RamAuthSchemeParams.Builder toBuilder()
Description copied from interface:RamAuthSchemeParamsReturns aRamAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceRamAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<RamAuthSchemeParams.Builder,RamAuthSchemeParams>
-
-