Class CfnIdentitySourceProps.Builder
java.lang.Object
software.amazon.awscdk.services.mpa.CfnIdentitySourceProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourceProps>
- Enclosing interface:
CfnIdentitySourceProps
@Stability(Stable)
public static final class CfnIdentitySourceProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourceProps>
A builder for
CfnIdentitySourceProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.identitySourceParameters
(IResolvable identitySourceParameters) Sets the value ofCfnIdentitySourceProps.getIdentitySourceParameters()
identitySourceParameters
(CfnIdentitySource.IdentitySourceParametersProperty identitySourceParameters) Sets the value ofCfnIdentitySourceProps.getIdentitySourceParameters()
Sets the value ofCfnIdentitySourceProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identitySourceParameters
@Stability(Stable) public CfnIdentitySourceProps.Builder identitySourceParameters(IResolvable identitySourceParameters) Sets the value ofCfnIdentitySourceProps.getIdentitySourceParameters()
- Parameters:
identitySourceParameters
- AIdentitySourceParameters
object. This parameter is required. 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 CfnIdentitySourceProps.Builder identitySourceParameters(CfnIdentitySource.IdentitySourceParametersProperty identitySourceParameters) Sets the value ofCfnIdentitySourceProps.getIdentitySourceParameters()
- Parameters:
identitySourceParameters
- AIdentitySourceParameters
object. This parameter is required. 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 ofCfnIdentitySourceProps.getTags()
- Parameters:
tags
- Tags that you have added to the specified resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdentitySourceProps>
- Returns:
- a new instance of
CfnIdentitySourceProps
- Throws:
NullPointerException
- if any required attribute was not provided
-