Class CfnIdentitySourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnIdentitySourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourceMixinProps>
- Enclosing interface:
CfnIdentitySourceMixinProps
@Stability(Stable)
public static final class CfnIdentitySourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourceMixinProps>
A builder for
CfnIdentitySourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identitySourceParameters(CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty identitySourceParameters) Sets the value ofCfnIdentitySourceMixinProps.getIdentitySourceParameters()identitySourceParameters(IResolvable identitySourceParameters) Sets the value ofCfnIdentitySourceMixinProps.getIdentitySourceParameters()Sets the value ofCfnIdentitySourceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySourceMixinProps.Builder identitySourceParameters(IResolvable identitySourceParameters) Sets the value ofCfnIdentitySourceMixinProps.getIdentitySourceParameters()- Parameters:
identitySourceParameters- AIdentitySourceParametersobject. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.- Returns:
this
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySourceMixinProps.Builder identitySourceParameters(CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty identitySourceParameters) Sets the value ofCfnIdentitySourceMixinProps.getIdentitySourceParameters()- Parameters:
identitySourceParameters- AIdentitySourceParametersobject. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.- Returns:
this
-
tags
Sets the value ofCfnIdentitySourceMixinProps.getTags()- Parameters:
tags- Tags that you have added to the specified resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourceMixinProps>- Returns:
- a new instance of
CfnIdentitySourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-