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