Uses of Class
software.amazon.awscdk.services.sagemaker.CfnProcessingJobProps.Builder
Packages that use CfnProcessingJobProps.Builder
-
Uses of CfnProcessingJobProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJobProps.BuilderModifier and TypeMethodDescriptionCfnProcessingJobProps.Builder.appSpecification
(IResolvable appSpecification) Sets the value ofCfnProcessingJobProps.getAppSpecification()
CfnProcessingJobProps.Builder.appSpecification
(CfnProcessingJob.AppSpecificationProperty appSpecification) Sets the value ofCfnProcessingJobProps.getAppSpecification()
CfnProcessingJobProps.builder()
CfnProcessingJobProps.Builder.environment
(Map<String, String> environment) Sets the value ofCfnProcessingJobProps.getEnvironment()
CfnProcessingJobProps.Builder.environment
(IResolvable environment) Sets the value ofCfnProcessingJobProps.getEnvironment()
CfnProcessingJobProps.Builder.experimentConfig
(IResolvable experimentConfig) Sets the value ofCfnProcessingJobProps.getExperimentConfig()
CfnProcessingJobProps.Builder.experimentConfig
(CfnProcessingJob.ExperimentConfigProperty experimentConfig) Sets the value ofCfnProcessingJobProps.getExperimentConfig()
CfnProcessingJobProps.Builder.networkConfig
(IResolvable networkConfig) Sets the value ofCfnProcessingJobProps.getNetworkConfig()
CfnProcessingJobProps.Builder.networkConfig
(CfnProcessingJob.NetworkConfigProperty networkConfig) Sets the value ofCfnProcessingJobProps.getNetworkConfig()
CfnProcessingJobProps.Builder.processingInputs
(List<? extends Object> processingInputs) Sets the value ofCfnProcessingJobProps.getProcessingInputs()
CfnProcessingJobProps.Builder.processingInputs
(IResolvable processingInputs) Sets the value ofCfnProcessingJobProps.getProcessingInputs()
CfnProcessingJobProps.Builder.processingJobName
(String processingJobName) Sets the value ofCfnProcessingJobProps.getProcessingJobName()
CfnProcessingJobProps.Builder.processingOutputConfig
(IResolvable processingOutputConfig) Sets the value ofCfnProcessingJobProps.getProcessingOutputConfig()
CfnProcessingJobProps.Builder.processingOutputConfig
(CfnProcessingJob.ProcessingOutputConfigProperty processingOutputConfig) Sets the value ofCfnProcessingJobProps.getProcessingOutputConfig()
CfnProcessingJobProps.Builder.processingResources
(IResolvable processingResources) Sets the value ofCfnProcessingJobProps.getProcessingResources()
CfnProcessingJobProps.Builder.processingResources
(CfnProcessingJob.ProcessingResourcesProperty processingResources) Sets the value ofCfnProcessingJobProps.getProcessingResources()
Sets the value ofCfnProcessingJobProps.getRoleArn()
CfnProcessingJobProps.Builder.stoppingCondition
(IResolvable stoppingCondition) Sets the value ofCfnProcessingJobProps.getStoppingCondition()
CfnProcessingJobProps.Builder.stoppingCondition
(CfnProcessingJob.StoppingConditionProperty stoppingCondition) Sets the value ofCfnProcessingJobProps.getStoppingCondition()
Sets the value ofCfnProcessingJobProps.getTags()
Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJobProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnProcessingJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProcessingJobProps.Builder
.