Class CfnTaskPropsMixin.SkippedProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnTaskPropsMixin.SkippedProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskPropsMixin.SkippedProperty>
- Enclosing interface:
CfnTaskPropsMixin.SkippedProperty
@Stability(Stable)
public static final class CfnTaskPropsMixin.SkippedProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskPropsMixin.SkippedProperty>
A builder for
CfnTaskPropsMixin.SkippedProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.reportLevel(String reportLevel) Sets the value ofCfnTaskPropsMixin.SkippedProperty.getReportLevel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reportLevel
Sets the value ofCfnTaskPropsMixin.SkippedProperty.getReportLevel()- Parameters:
reportLevel- Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTaskPropsMixin.SkippedProperty>- Returns:
- a new instance of
CfnTaskPropsMixin.SkippedProperty - Throws:
NullPointerException- if any required attribute was not provided
-