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