Class DataLakeReference.Builder
java.lang.Object
software.amazon.awscdk.services.securitylake.DataLakeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLakeReference>
- Enclosing interface:
DataLakeReference
@Stability(Stable)
public static final class DataLakeReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataLakeReference>
A builder for
DataLakeReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataLakeArn
(String dataLakeArn) Sets the value ofDataLakeReference.getDataLakeArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataLakeArn
Sets the value ofDataLakeReference.getDataLakeArn()
- Parameters:
dataLakeArn
- The Arn of the DataLake resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DataLakeReference>
- Returns:
- a new instance of
DataLakeReference
- Throws:
NullPointerException
- if any required attribute was not provided
-