Interface CognitoIdentityProviderAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CognitoIdentityProviderAuthSchemeParams.Builder,CognitoIdentityProviderAuthSchemeParams>
,SdkBuilder<CognitoIdentityProviderAuthSchemeParams.Builder,CognitoIdentityProviderAuthSchemeParams>
- Enclosing interface:
- CognitoIdentityProviderAuthSchemeParams
public static interface CognitoIdentityProviderAuthSchemeParams.Builder extends CopyableBuilder<CognitoIdentityProviderAuthSchemeParams.Builder,CognitoIdentityProviderAuthSchemeParams>
A builder for aCognitoIdentityProviderAuthSchemeParams
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CognitoIdentityProviderAuthSchemeParams
build()
Returns aCognitoIdentityProviderAuthSchemeParams
object that is created from the properties that have been set on the builder.CognitoIdentityProviderAuthSchemeParams.Builder
operation(String operation)
Set the operation for which to resolve the auth scheme.CognitoIdentityProviderAuthSchemeParams.Builder
region(Region region)
Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
CognitoIdentityProviderAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
CognitoIdentityProviderAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
CognitoIdentityProviderAuthSchemeParams build()
Returns aCognitoIdentityProviderAuthSchemeParams
object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<CognitoIdentityProviderAuthSchemeParams.Builder,CognitoIdentityProviderAuthSchemeParams>
-
-