Class CfnIdentitySourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnIdentitySourcePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>
- Enclosing class:
CfnIdentitySourcePropsMixin
@Stability(Stable)
public static final class CfnIdentitySourcePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>
A fluent builder for
CfnIdentitySourcePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) identitySourceParameters(CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty identitySourceParameters) AIdentitySourceParametersobject.identitySourceParameters(IResolvable identitySourceParameters) AIdentitySourceParametersobject.Tags that you have added to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnIdentitySourcePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.Builder.
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySourcePropsMixin.Builder identitySourceParameters(IResolvable identitySourceParameters) AIdentitySourceParametersobject.Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceParameters- AIdentitySourceParametersobject. This parameter is required.- Returns:
this- See Also:
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySourcePropsMixin.Builder identitySourceParameters(CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty identitySourceParameters) AIdentitySourceParametersobject.Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceParameters- AIdentitySourceParametersobject. 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>- Returns:
- a newly built instance of
CfnIdentitySourcePropsMixin.
-