Class CfnUserPoolPropsMixin.InboundFederationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.InboundFederationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolPropsMixin.InboundFederationProperty>
- Enclosing interface:
CfnUserPoolPropsMixin.InboundFederationProperty
@Stability(Stable)
public static final class CfnUserPoolPropsMixin.InboundFederationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolPropsMixin.InboundFederationProperty>
A builder for
CfnUserPoolPropsMixin.InboundFederationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserPoolPropsMixin.InboundFederationProperty.getLambdaArn()lambdaVersion(String lambdaVersion) Sets the value ofCfnUserPoolPropsMixin.InboundFederationProperty.getLambdaVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lambdaArn
@Stability(Stable) public CfnUserPoolPropsMixin.InboundFederationProperty.Builder lambdaArn(String lambdaArn) Sets the value ofCfnUserPoolPropsMixin.InboundFederationProperty.getLambdaArn()- Parameters:
lambdaArn- the value to be set.- Returns:
this
-
lambdaVersion
@Stability(Stable) public CfnUserPoolPropsMixin.InboundFederationProperty.Builder lambdaVersion(String lambdaVersion) Sets the value ofCfnUserPoolPropsMixin.InboundFederationProperty.getLambdaVersion()- Parameters:
lambdaVersion- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolPropsMixin.InboundFederationProperty>- Returns:
- a new instance of
CfnUserPoolPropsMixin.InboundFederationProperty - Throws:
NullPointerException- if any required attribute was not provided
-