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