Uses of Class
software.amazon.awscdk.services.datasync.CfnTaskProps.Builder
Packages that use CfnTaskProps.Builder
- 
Uses of CfnTaskProps.Builder in software.amazon.awscdk.services.datasync
Methods in software.amazon.awscdk.services.datasync that return CfnTaskProps.BuilderModifier and TypeMethodDescriptionstatic CfnTaskProps.BuilderCfnTaskProps.builder()CfnTaskProps.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn) Sets the value ofCfnTaskProps.getCloudWatchLogGroupArn()CfnTaskProps.Builder.destinationLocationArn(String destinationLocationArn) Sets the value ofCfnTaskProps.getDestinationLocationArn()Sets the value ofCfnTaskProps.getExcludes()CfnTaskProps.Builder.excludes(IResolvable excludes) Sets the value ofCfnTaskProps.getExcludes()Sets the value ofCfnTaskProps.getIncludes()CfnTaskProps.Builder.includes(IResolvable includes) Sets the value ofCfnTaskProps.getIncludes()Sets the value ofCfnTaskProps.getName()CfnTaskProps.Builder.options(IResolvable options) Sets the value ofCfnTaskProps.getOptions()CfnTaskProps.Builder.options(CfnTask.OptionsProperty options) Sets the value ofCfnTaskProps.getOptions()CfnTaskProps.Builder.schedule(IResolvable schedule) Sets the value ofCfnTaskProps.getSchedule()CfnTaskProps.Builder.schedule(CfnTask.TaskScheduleProperty schedule) Sets the value ofCfnTaskProps.getSchedule()CfnTaskProps.Builder.sourceLocationArn(String sourceLocationArn) Sets the value ofCfnTaskProps.getSourceLocationArn()Sets the value ofCfnTaskProps.getTags()Constructors in software.amazon.awscdk.services.datasync with parameters of type CfnTaskProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskProps.Builder.