Interface GetIdentityProviderByIdentifierRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<GetIdentityProviderByIdentifierRequest.Builder,,GetIdentityProviderByIdentifierRequest> SdkBuilder<GetIdentityProviderByIdentifierRequest.Builder,,GetIdentityProviderByIdentifierRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIdentityProviderByIdentifierRequest
@Mutable
@NotThreadSafe
public static interface GetIdentityProviderByIdentifierRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<GetIdentityProviderByIdentifierRequest.Builder,GetIdentityProviderByIdentifierRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidpIdentifier(String idpIdentifier) The identifier that you assigned to your user pool.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) userPoolId(String userPoolId) The ID of the user pool where you want to get information about the IdP.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userPoolId
The ID of the user pool where you want to get information about the IdP.
- Parameters:
userPoolId- The ID of the user pool where you want to get information about the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idpIdentifier
The identifier that you assigned to your user pool. The identifier is an alternative name for an IdP that is distinct from the IdP name. For example, an IdP with a name of
MyIdPmight have an identifier of the email domainexample.com.- Parameters:
idpIdentifier- The identifier that you assigned to your user pool. The identifier is an alternative name for an IdP that is distinct from the IdP name. For example, an IdP with a name ofMyIdPmight have an identifier of the email domainexample.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIdentityProviderByIdentifierRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIdentityProviderByIdentifierRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-