Class CfnIdentitySource.IamIdentityCenterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mpa.CfnIdentitySource.IamIdentityCenterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySource.IamIdentityCenterProperty>
- Enclosing interface:
CfnIdentitySource.IamIdentityCenterProperty
@Stability(Stable)
public static final class CfnIdentitySource.IamIdentityCenterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySource.IamIdentityCenterProperty>
A builder for
CfnIdentitySource.IamIdentityCenterProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovalPortalUrl
(String approvalPortalUrl) Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getApprovalPortalUrl()
build()
Builds the configured instance.instanceArn
(String instanceArn) Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getInstanceArn()
Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instanceArn
@Stability(Stable) public CfnIdentitySource.IamIdentityCenterProperty.Builder instanceArn(String instanceArn) Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getInstanceArn()
- Parameters:
instanceArn
- Amazon Resource Name (ARN) for the IAM Identity Center instance. This parameter is required.- Returns:
this
-
region
Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getRegion()
- Parameters:
region
- AWS Region where the IAM Identity Center instance is located. This parameter is required.- Returns:
this
-
approvalPortalUrl
@Stability(Stable) public CfnIdentitySource.IamIdentityCenterProperty.Builder approvalPortalUrl(String approvalPortalUrl) Sets the value ofCfnIdentitySource.IamIdentityCenterProperty.getApprovalPortalUrl()
- Parameters:
approvalPortalUrl
- URL for the approval portal associated with the IAM Identity Center instance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdentitySource.IamIdentityCenterProperty>
- Returns:
- a new instance of
CfnIdentitySource.IamIdentityCenterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-