Class SchedulerScheduleTargetSagemakerPipelineParameters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.scheduler_schedule.SchedulerScheduleTargetSagemakerPipelineParameters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SchedulerScheduleTargetSagemakerPipelineParameters>
- Enclosing interface:
- SchedulerScheduleTargetSagemakerPipelineParameters
@Stability(Stable) public static final class SchedulerScheduleTargetSagemakerPipelineParameters.Builder extends Object implements software.amazon.jsii.Builder<SchedulerScheduleTargetSagemakerPipelineParameters>
A builder forSchedulerScheduleTargetSagemakerPipelineParameters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulerScheduleTargetSagemakerPipelineParametersbuild()Builds the configured instance.SchedulerScheduleTargetSagemakerPipelineParameters.BuilderpipelineParameter(com.hashicorp.cdktf.IResolvable pipelineParameter)SchedulerScheduleTargetSagemakerPipelineParameters.BuilderpipelineParameter(List<? extends SchedulerScheduleTargetSagemakerPipelineParametersPipelineParameter> pipelineParameter)
-
-
-
Method Detail
-
pipelineParameter
@Stability(Stable) public SchedulerScheduleTargetSagemakerPipelineParameters.Builder pipelineParameter(com.hashicorp.cdktf.IResolvable pipelineParameter)
- Parameters:
pipelineParameter- pipeline_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/scheduler_schedule#pipeline_parameter SchedulerSchedule#pipeline_parameter}- Returns:
this
-
pipelineParameter
@Stability(Stable) public SchedulerScheduleTargetSagemakerPipelineParameters.Builder pipelineParameter(List<? extends SchedulerScheduleTargetSagemakerPipelineParametersPipelineParameter> pipelineParameter)
- Parameters:
pipelineParameter- pipeline_parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/scheduler_schedule#pipeline_parameter SchedulerSchedule#pipeline_parameter}- Returns:
this
-
build
@Stability(Stable) public SchedulerScheduleTargetSagemakerPipelineParameters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SchedulerScheduleTargetSagemakerPipelineParameters>- Returns:
- a new instance of
SchedulerScheduleTargetSagemakerPipelineParameters - Throws:
NullPointerException- if any required attribute was not provided
-
-