Interface ContentDeltaEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentDeltaEvent.Builder,,ContentDeltaEvent> SdkBuilder<ContentDeltaEvent.Builder,,ContentDeltaEvent> SdkPojo
- Enclosing class:
ContentDeltaEvent
@Mutable
@NotThreadSafe
public static interface ContentDeltaEvent.Builder
extends SdkPojo, CopyableBuilder<ContentDeltaEvent.Builder,ContentDeltaEvent>
-
Method Summary
Modifier and TypeMethodDescriptionThe standard error content from the command execution.The standard output content from the command execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stdout
The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.
- Parameters:
stdout- The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stderr
The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.
- Parameters:
stderr- The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-