Class DefaultPinpointSmsVoiceV2AuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.auth.scheme.internal.DefaultPinpointSmsVoiceV2AuthSchemeParams
- All Implemented Interfaces:
PinpointSmsVoiceV2AuthSchemeParams
,ToCopyableBuilder<PinpointSmsVoiceV2AuthSchemeParams.Builder,
PinpointSmsVoiceV2AuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultPinpointSmsVoiceV2AuthSchemeParams
extends Object
implements PinpointSmsVoiceV2AuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aPinpointSmsVoiceV2AuthSchemeParams.Builder
to customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:PinpointSmsVoiceV2AuthSchemeParams
Returns the operation for which to resolve the auth scheme.- Specified by:
operation
in interfacePinpointSmsVoiceV2AuthSchemeParams
-
region
Description copied from interface:PinpointSmsVoiceV2AuthSchemeParams
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
region
in interfacePinpointSmsVoiceV2AuthSchemeParams
-
toBuilder
Description copied from interface:PinpointSmsVoiceV2AuthSchemeParams
Returns aPinpointSmsVoiceV2AuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfacePinpointSmsVoiceV2AuthSchemeParams
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PinpointSmsVoiceV2AuthSchemeParams.Builder,
PinpointSmsVoiceV2AuthSchemeParams> - Returns:
- a builder for type T
-