Interface AmpAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<AmpAuthSchemeParams.Builder,- AmpAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultAmpAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface AmpAuthSchemeParams
extends ToCopyableBuilder<AmpAuthSchemeParams.Builder,AmpAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the Amp service.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic AmpAuthSchemeParams.Builderbuilder()Get a new builder for creating aAmpAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aAmpAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aAmpAuthSchemeParams.
- 
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.
- 
toBuilderAmpAuthSchemeParams.Builder toBuilder()Returns aAmpAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AmpAuthSchemeParams.Builder,- AmpAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-