Class IdentityPoolGoogleLoginProvider.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolGoogleLoginProvider.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPoolGoogleLoginProvider>
- Enclosing interface:
IdentityPoolGoogleLoginProvider
@Stability(Experimental)
public static final class IdentityPoolGoogleLoginProvider.Builder
extends Object
implements software.amazon.jsii.Builder<IdentityPoolGoogleLoginProvider>
A builder for
IdentityPoolGoogleLoginProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofIdentityPoolGoogleLoginProvider.getClientId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientId
Sets the value ofIdentityPoolGoogleLoginProvider.getClientId()
- Parameters:
clientId
- Client ID for Google identity federation. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IdentityPoolGoogleLoginProvider>
- Returns:
- a new instance of
IdentityPoolGoogleLoginProvider
- Throws:
NullPointerException
- if any required attribute was not provided
-