Interface SesV2AuthSchemeParams.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SesV2AuthSchemeParams.Builder,
,SesV2AuthSchemeParams> SdkBuilder<SesV2AuthSchemeParams.Builder,
SesV2AuthSchemeParams>
- Enclosing interface:
SesV2AuthSchemeParams
public static interface SesV2AuthSchemeParams.Builder
extends CopyableBuilder<SesV2AuthSchemeParams.Builder,SesV2AuthSchemeParams>
A builder for a
SesV2AuthSchemeParams
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns aSesV2AuthSchemeParams
object that is created from the properties that have been set on the builder.Override the endpoint used to send this requestendpointId
(String endpointId) Operation parameter for EndpointIdSet the operation for which to resolve the auth scheme.Set the region.Set the RegionSet.useDualStack
(Boolean useDualStack) When true, use the dual-stack endpoint.When true, send this request to the FIPS-compliant regional endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
operation
Set the operation for which to resolve the auth scheme. -
region
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme. -
regionSet
Set the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme. -
useDualStack
When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error. -
useFips
When 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. -
endpoint
Override the endpoint used to send this request -
endpointId
Operation parameter for EndpointId -
build
SesV2AuthSchemeParams build()Returns aSesV2AuthSchemeParams
object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<SesV2AuthSchemeParams.Builder,
SesV2AuthSchemeParams> - Returns:
- an instance of T
-