Class CfnTask.SkippedProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datasync.CfnTask.SkippedProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTask.SkippedProperty>
- Enclosing interface:
CfnTask.SkippedProperty
@Stability(Stable)
public static final class CfnTask.SkippedProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTask.SkippedProperty>
A builder for
CfnTask.SkippedProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.reportLevel(String reportLevel) Sets the value ofCfnTask.SkippedProperty.getReportLevel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reportLevel
Sets the value ofCfnTask.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<CfnTask.SkippedProperty>- Returns:
- a new instance of
CfnTask.SkippedProperty - Throws:
NullPointerException- if any required attribute was not provided
-