Class CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.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 CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder enableIdentityPropagation(Boolean enableIdentityPropagation) Sets the value ofCfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.getEnableIdentityPropagation()- Parameters:
enableIdentityPropagation- A Boolean option that controls whether Trusted Identity Propagation should be used.- Returns:
this
-
enableIdentityPropagation
@Stability(Stable) public CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder enableIdentityPropagation(IResolvable enableIdentityPropagation) Sets the value ofCfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.getEnableIdentityPropagation()- 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<CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-