Interface AlexaForBusinessAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<AlexaForBusinessAuthSchemeParams.Builder,
AlexaForBusinessAuthSchemeParams>
- All Known Implementing Classes:
DefaultAlexaForBusinessAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface AlexaForBusinessAuthSchemeParams
extends ToCopyableBuilder<AlexaForBusinessAuthSchemeParams.Builder,AlexaForBusinessAuthSchemeParams>
The parameters object used to resolve the auth schemes for the AlexaForBusiness service.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A builder for aAlexaForBusinessAuthSchemeParams
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a new builder for creating aAlexaForBusinessAuthSchemeParams
.Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aAlexaForBusinessAuthSchemeParams.Builder
to customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Get a new builder for creating aAlexaForBusinessAuthSchemeParams
. -
operation
String operation()Returns the operation for which to resolve the auth scheme. -
region
Region region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme. -
toBuilder
AlexaForBusinessAuthSchemeParams.Builder toBuilder()Returns aAlexaForBusinessAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AlexaForBusinessAuthSchemeParams.Builder,
AlexaForBusinessAuthSchemeParams> - Returns:
- a builder for type T
-