Interface MailManagerAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>,SdkBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
- Enclosing interface:
- MailManagerAuthSchemeParams
public static interface MailManagerAuthSchemeParams.Builder extends CopyableBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
A builder for aMailManagerAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MailManagerAuthSchemeParamsbuild()Returns aMailManagerAuthSchemeParamsobject that is created from the properties that have been set on the builder.MailManagerAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.MailManagerAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
MailManagerAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
MailManagerAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
MailManagerAuthSchemeParams build()
Returns aMailManagerAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
-
-