public static interface RunPipelineActivityRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<RunPipelineActivityRequest.Builder,RunPipelineActivityRequest>
| Modifier and Type | Method and Description |
|---|---|
RunPipelineActivityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RunPipelineActivityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RunPipelineActivityRequest.Builder |
payloads(Collection<SdkBytes> payloads)
The sample message payloads on which the pipeline activity is run.
|
RunPipelineActivityRequest.Builder |
payloads(SdkBytes... payloads)
The sample message payloads on which the pipeline activity is run.
|
default RunPipelineActivityRequest.Builder |
pipelineActivity(Consumer<PipelineActivity.Builder> pipelineActivity)
The pipeline activity that is run.
|
RunPipelineActivityRequest.Builder |
pipelineActivity(PipelineActivity pipelineActivity)
The pipeline activity that is run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRunPipelineActivityRequest.Builder pipelineActivity(PipelineActivity pipelineActivity)
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
pipelineActivity - The pipeline activity that is run. This must not be a channel activity or a data store activity
because these activities are used in a pipeline only to load the original message and to store the
(possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions
(those with a timeout of less than 30 seconds or less) can be used.default RunPipelineActivityRequest.Builder pipelineActivity(Consumer<PipelineActivity.Builder> pipelineActivity)
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
This is a convenience method that creates an instance of thePipelineActivity.Builder avoiding the
need to create one manually via PipelineActivity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pipelineActivity(PipelineActivity).
pipelineActivity - a consumer that will call methods on PipelineActivity.BuilderpipelineActivity(PipelineActivity)RunPipelineActivityRequest.Builder payloads(Collection<SdkBytes> payloads)
The sample message payloads on which the pipeline activity is run.
payloads - The sample message payloads on which the pipeline activity is run.RunPipelineActivityRequest.Builder payloads(SdkBytes... payloads)
The sample message payloads on which the pipeline activity is run.
payloads - The sample message payloads on which the pipeline activity is run.RunPipelineActivityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRunPipelineActivityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.