Interface StatementOutputData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatementOutputData.Builder,
,StatementOutputData> SdkBuilder<StatementOutputData.Builder,
,StatementOutputData> SdkPojo
- Enclosing class:
StatementOutputData
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-