Interface PinpointSmsVoiceV2AuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<PinpointSmsVoiceV2AuthSchemeParams.Builder,- PinpointSmsVoiceV2AuthSchemeParams> 
- All Known Implementing Classes:
- DefaultPinpointSmsVoiceV2AuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface PinpointSmsVoiceV2AuthSchemeParams
extends ToCopyableBuilder<PinpointSmsVoiceV2AuthSchemeParams.Builder,PinpointSmsVoiceV2AuthSchemeParams> 
The parameters object used to resolve the auth schemes for the PinpointSmsVoiceV2 service.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for aPinpointSmsVoiceV2AuthSchemeParams.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Get a new builder for creating aPinpointSmsVoiceV2AuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aPinpointSmsVoiceV2AuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aPinpointSmsVoiceV2AuthSchemeParams.
- 
operationString operation()Returns the operation for which to resolve the auth scheme.
- 
regionRegion region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
toBuilderPinpointSmsVoiceV2AuthSchemeParams.Builder toBuilder()Returns aPinpointSmsVoiceV2AuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<PinpointSmsVoiceV2AuthSchemeParams.Builder,- PinpointSmsVoiceV2AuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-