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 SummaryModifier 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.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:SesV2AuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- SesV2AuthSchemeParams
 
- 
regionDescription copied from interface:SesV2AuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- SesV2AuthSchemeParams
 
- 
regionSetDescription copied from interface:SesV2AuthSchemeParamsReturns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme.- Specified by:
- regionSetin interface- SesV2AuthSchemeParams
 
- 
useDualStackDescription 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 interface- SesV2AuthSchemeParams
 
- 
useFipsDescription 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 interface- SesV2AuthSchemeParams
 
- 
endpointDescription copied from interface:SesV2AuthSchemeParamsOverride the endpoint used to send this request- Specified by:
- endpointin interface- SesV2AuthSchemeParams
 
- 
endpointIdDescription copied from interface:SesV2AuthSchemeParamsOperation parameter for EndpointId- Specified by:
- endpointIdin interface- SesV2AuthSchemeParams
 
- 
endpointProvider- Specified by:
- endpointProviderin interface- SesV2EndpointResolverAware
 
- 
toBuilderDescription copied from interface:SesV2AuthSchemeParamsReturns aSesV2AuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- SesV2AuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<SesV2AuthSchemeParams.Builder,- SesV2AuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-