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