Class CfnDataLakeSettings.DataLakePrincipalProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lakeformation.CfnDataLakeSettings.DataLakePrincipalProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnDataLakeSettings.DataLakePrincipalProperty>
- Enclosing interface:
 CfnDataLakeSettings.DataLakePrincipalProperty
@Stability(Stable)
public static final class CfnDataLakeSettings.DataLakePrincipalProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataLakeSettings.DataLakePrincipalProperty>
A builder for 
CfnDataLakeSettings.DataLakePrincipalProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataLakePrincipalIdentifier(String dataLakePrincipalIdentifier)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
dataLakePrincipalIdentifier
@Stability(Stable) public CfnDataLakeSettings.DataLakePrincipalProperty.Builder dataLakePrincipalIdentifier(String dataLakePrincipalIdentifier) - Parameters:
 dataLakePrincipalIdentifier- An identifier for the Lake Formation principal. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnDataLakeSettings.DataLakePrincipalProperty>- Returns:
 - a new instance of 
CfnDataLakeSettings.DataLakePrincipalProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -