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