Class CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty>
- Enclosing interface:
CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty
@Stability(Stable)
public static final class CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.getClientIds()discoveryUrl(String discoveryUrl) openIdIssuer(String openIdIssuer) userPoolArn(String userPoolArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIds
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder clientIds(List<String> clientIds) Sets the value ofCfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.getClientIds()- Parameters:
clientIds- the value to be set.- Returns:
this
-
discoveryUrl
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder discoveryUrl(String discoveryUrl) - Parameters:
discoveryUrl- the value to be set.- Returns:
this
-
openIdIssuer
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder openIdIssuer(String openIdIssuer) - Parameters:
openIdIssuer- the value to be set.- Returns:
this
-
userPoolArn
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder userPoolArn(String userPoolArn) - Parameters:
userPoolArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty>- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-