Class CfnIdentitySource.Builder
java.lang.Object
software.amazon.awscdk.services.mpa.CfnIdentitySource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySource>
- Enclosing class:
CfnIdentitySource
@Stability(Stable)
public static final class CfnIdentitySource.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySource>
A fluent builder for
CfnIdentitySource
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnIdentitySource.Builder
identitySourceParameters
(IResolvable identitySourceParameters) AIdentitySourceParameters
object.identitySourceParameters
(CfnIdentitySource.IdentitySourceParametersProperty identitySourceParameters) AIdentitySourceParameters
object.Tags that you have added to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnIdentitySource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIdentitySource.Builder
.
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySource.Builder identitySourceParameters(IResolvable identitySourceParameters) AIdentitySourceParameters
object.Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceParameters
- AIdentitySourceParameters
object. This parameter is required.- Returns:
this
- See Also:
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySource.Builder identitySourceParameters(CfnIdentitySource.IdentitySourceParametersProperty identitySourceParameters) AIdentitySourceParameters
object.Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceParameters
- AIdentitySourceParameters
object. This parameter is required.- Returns:
this
- See Also:
-
tags
Tags that you have added to the specified resource.- Parameters:
tags
- Tags that you have added to the specified resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdentitySource>
- Returns:
- a newly built instance of
CfnIdentitySource
.
-