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(Consumer<ParameterValue.Builder>... 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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ActivatePipelineRequest.Builder |
startTimestamp(Instant startTimestamp)
The date and time to resume the pipeline.
|
buildrequestOverrideConfigcopyapply, buildActivatePipelineRequest.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 parameterValues(Consumer<ParameterValue.Builder>... parameterValues)
A list of parameter values to pass to the pipeline at activation.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterValues(List) .parameterValues - a consumer that will call methods on List.Builder #parameterValues(List) 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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ActivatePipelineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.