Interface StatementOutputData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StatementOutputData.Builder,,StatementOutputData> SdkBuilder<StatementOutputData.Builder,,StatementOutputData> SdkPojo
- Enclosing class:
StatementOutputData
public static interface StatementOutputData.Builder
extends SdkPojo, CopyableBuilder<StatementOutputData.Builder,StatementOutputData>
-
Method Summary
Modifier and TypeMethodDescriptionThe code execution output in text format.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, sdkFields
-
Method Details
-
textPlain
The code execution output in text format.
- Parameters:
textPlain- The code execution output in text format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-