Interface RunPipelineActivityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RunPipelineActivityResponse.Builder,
,RunPipelineActivityResponse> IoTAnalyticsResponse.Builder
,SdkBuilder<RunPipelineActivityResponse.Builder,
,RunPipelineActivityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RunPipelineActivityResponse
@Mutable
@NotThreadSafe
public static interface RunPipelineActivityResponse.Builder
extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<RunPipelineActivityResponse.Builder,RunPipelineActivityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIn case the pipeline activity fails, the log message that is generated.payloads
(Collection<SdkBytes> payloads) The enriched or transformed sample message payloads as base64-encoded strings.The enriched or transformed sample message payloads as base64-encoded strings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
payloads
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
- Parameters:
payloads
- The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payloads
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
- Parameters:
payloads
- The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logResult
In case the pipeline activity fails, the log message that is generated.
- Parameters:
logResult
- In case the pipeline activity fails, the log message that is generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-