public static interface GetIdentityProviderByIdentifierResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityProviderByIdentifierResponse.Builder,GetIdentityProviderByIdentifierResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetIdentityProviderByIdentifierResponse.Builder |
identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)
The identity provider details.
|
GetIdentityProviderByIdentifierResponse.Builder |
identityProvider(IdentityProviderType identityProvider)
The identity provider details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIdentityProviderByIdentifierResponse.Builder identityProvider(IdentityProviderType identityProvider)
The identity provider details.
identityProvider - The identity provider details.default GetIdentityProviderByIdentifierResponse.Builder identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)
The identity provider details.
This is a convenience method that creates an instance of theIdentityProviderType.Builder avoiding
the need to create one manually via IdentityProviderType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to identityProvider(IdentityProviderType).
identityProvider - a consumer that will call methods on IdentityProviderType.BuilderidentityProvider(IdentityProviderType)Copyright © 2022. All rights reserved.