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