Class DefaultSesV2AuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.sesv2.auth.scheme.internal.DefaultSesV2AuthSchemeParams
- All Implemented Interfaces:
SesV2EndpointResolverAware,SesV2AuthSchemeParams,ToCopyableBuilder<SesV2AuthSchemeParams.Builder,SesV2AuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultSesV2AuthSchemeParams
extends Object
implements SesV2AuthSchemeParams, SesV2EndpointResolverAware
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()endpoint()Override the endpoint used to send this requestOperation parameter for EndpointIdReturns the operation for which to resolve the auth scheme.region()Returns the region.Returns the RegionSet.Returns aSesV2AuthSchemeParams.Builderto customize the parameters.When true, use the dual-stack endpoint.useFips()When true, send this request to the FIPS-compliant regional endpoint.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:SesV2AuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceSesV2AuthSchemeParams
-
region
Description copied from interface:SesV2AuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceSesV2AuthSchemeParams
-
regionSet
Description copied from interface:SesV2AuthSchemeParamsReturns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme.- Specified by:
regionSetin interfaceSesV2AuthSchemeParams
-
useDualStack
Description copied from interface:SesV2AuthSchemeParamsWhen true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.- Specified by:
useDualStackin interfaceSesV2AuthSchemeParams
-
useFips
Description copied from interface:SesV2AuthSchemeParamsWhen true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.- Specified by:
useFipsin interfaceSesV2AuthSchemeParams
-
endpoint
Description copied from interface:SesV2AuthSchemeParamsOverride the endpoint used to send this request- Specified by:
endpointin interfaceSesV2AuthSchemeParams
-
endpointId
Description copied from interface:SesV2AuthSchemeParamsOperation parameter for EndpointId- Specified by:
endpointIdin interfaceSesV2AuthSchemeParams
-
endpointProvider
- Specified by:
endpointProviderin interfaceSesV2EndpointResolverAware
-
toBuilder
Description copied from interface:SesV2AuthSchemeParamsReturns aSesV2AuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceSesV2AuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<SesV2AuthSchemeParams.Builder,SesV2AuthSchemeParams> - Returns:
- a builder for type T
-