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