Interface MailManagerAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
- All Known Implementing Classes:
DefaultMailManagerAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface MailManagerAuthSchemeParams extends ToCopyableBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
The parameters object used to resolve the auth schemes for the MailManager service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMailManagerAuthSchemeParams.BuilderA builder for aMailManagerAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MailManagerAuthSchemeParams.Builderbuilder()Get a new builder for creating aMailManagerAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.MailManagerAuthSchemeParams.BuildertoBuilder()Returns aMailManagerAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static MailManagerAuthSchemeParams.Builder builder()
Get a new builder for creating aMailManagerAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
MailManagerAuthSchemeParams.Builder toBuilder()
Returns aMailManagerAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<MailManagerAuthSchemeParams.Builder,MailManagerAuthSchemeParams>
-
-