Interface SsoOidcAuthSchemeParams
- All Superinterfaces:
 ToCopyableBuilder<SsoOidcAuthSchemeParams.Builder,SsoOidcAuthSchemeParams> 
- All Known Implementing Classes:
 DefaultSsoOidcAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface SsoOidcAuthSchemeParams
extends ToCopyableBuilder<SsoOidcAuthSchemeParams.Builder,SsoOidcAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the SsoOidc service.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aSsoOidcAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aSsoOidcAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
Get a new builder for creating aSsoOidcAuthSchemeParams. - 
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
SsoOidcAuthSchemeParams.Builder toBuilder()Returns aSsoOidcAuthSchemeParams.Builderto customize the parameters.- Specified by:
 toBuilderin interfaceToCopyableBuilder<SsoOidcAuthSchemeParams.Builder,SsoOidcAuthSchemeParams> - Returns:
 - a builder for type T
 
 
 -