public static interface ActivatePipelineRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<ActivatePipelineRequest.Builder,ActivatePipelineRequest>
Modifier and Type | Method and Description |
---|---|
ActivatePipelineRequest.Builder |
parameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest.Builder |
parameterValues(ParameterValue... parameterValues)
A list of parameter values to pass to the pipeline at activation.
|
ActivatePipelineRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
ActivatePipelineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ActivatePipelineRequest.Builder |
startTimestamp(Instant startTimestamp)
The date and time to resume the pipeline.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ActivatePipelineRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.ActivatePipelineRequest.Builder parameterValues(Collection<ParameterValue> parameterValues)
A list of parameter values to pass to the pipeline at activation.
parameterValues
- A list of parameter values to pass to the pipeline at activation.ActivatePipelineRequest.Builder parameterValues(ParameterValue... parameterValues)
A list of parameter values to pass to the pipeline at activation.
parameterValues
- A list of parameter values to pass to the pipeline at activation.ActivatePipelineRequest.Builder startTimestamp(Instant startTimestamp)
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
startTimestamp
- The date and time to resume the pipeline. By default, the pipeline resumes from the last completed
execution.ActivatePipelineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.