Class CfnDataSource.IdentityCenterConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSource.IdentityCenterConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSource.IdentityCenterConfigurationProperty>
- Enclosing interface:
CfnDataSource.IdentityCenterConfigurationProperty
@Stability(Stable)
public static final class CfnDataSource.IdentityCenterConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.IdentityCenterConfigurationProperty>
A builder for
CfnDataSource.IdentityCenterConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableIdentityPropagation(Boolean enableIdentityPropagation) enableIdentityPropagation(IResolvable enableIdentityPropagation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableIdentityPropagation
@Stability(Stable) public CfnDataSource.IdentityCenterConfigurationProperty.Builder enableIdentityPropagation(Boolean enableIdentityPropagation) - Parameters:
enableIdentityPropagation- A Boolean option that controls whether Trusted Identity Propagation should be used.- Returns:
this
-
enableIdentityPropagation
@Stability(Stable) public CfnDataSource.IdentityCenterConfigurationProperty.Builder enableIdentityPropagation(IResolvable enableIdentityPropagation) - Parameters:
enableIdentityPropagation- A Boolean option that controls whether Trusted Identity Propagation should be used.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSource.IdentityCenterConfigurationProperty>- Returns:
- a new instance of
CfnDataSource.IdentityCenterConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-