Class CfnDLPSetting.MicrosoftPurviewCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDLPSetting.MicrosoftPurviewCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDLPSetting.MicrosoftPurviewCredentialsProperty>
- Enclosing interface:
CfnDLPSetting.MicrosoftPurviewCredentialsProperty
@Stability(Stable)
public static final class CfnDLPSetting.MicrosoftPurviewCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDLPSetting.MicrosoftPurviewCredentialsProperty>
A builder for
CfnDLPSetting.MicrosoftPurviewCredentialsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDLPSetting.MicrosoftPurviewCredentialsProperty.getSecretArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretArn
@Stability(Stable) public CfnDLPSetting.MicrosoftPurviewCredentialsProperty.Builder secretArn(String secretArn) Sets the value ofCfnDLPSetting.MicrosoftPurviewCredentialsProperty.getSecretArn()- Parameters:
secretArn- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDLPSetting.MicrosoftPurviewCredentialsProperty>- Returns:
- a new instance of
CfnDLPSetting.MicrosoftPurviewCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-