Class DefaultIdentitystoreAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.identitystore.auth.scheme.internal.DefaultIdentitystoreAuthSchemeParams
-
- All Implemented Interfaces:
IdentitystoreAuthSchemeParams,ToCopyableBuilder<IdentitystoreAuthSchemeParams.Builder,IdentitystoreAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultIdentitystoreAuthSchemeParams extends Object implements IdentitystoreAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentitystoreAuthSchemeParams.Builderbuilder()Get a new builder for creating aIdentitystoreAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.IdentitystoreAuthSchemeParams.BuildertoBuilder()Returns aIdentitystoreAuthSchemeParams.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 IdentitystoreAuthSchemeParams.Builder builder()
Description copied from interface:IdentitystoreAuthSchemeParamsGet a new builder for creating aIdentitystoreAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:IdentitystoreAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceIdentitystoreAuthSchemeParams
-
region
public Region region()
Description copied from interface:IdentitystoreAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceIdentitystoreAuthSchemeParams
-
toBuilder
public IdentitystoreAuthSchemeParams.Builder toBuilder()
Description copied from interface:IdentitystoreAuthSchemeParamsReturns aIdentitystoreAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceIdentitystoreAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentitystoreAuthSchemeParams.Builder,IdentitystoreAuthSchemeParams>
-
-