Interface HistoryEventExecutionDataDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HistoryEventExecutionDataDetails.Builder,HistoryEventExecutionDataDetails>,SdkBuilder<HistoryEventExecutionDataDetails.Builder,HistoryEventExecutionDataDetails>,SdkPojo
- Enclosing class:
- HistoryEventExecutionDataDetails
public static interface HistoryEventExecutionDataDetails.Builder extends SdkPojo, CopyableBuilder<HistoryEventExecutionDataDetails.Builder,HistoryEventExecutionDataDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistoryEventExecutionDataDetails.Buildertruncated(Boolean truncated)Indicates whether input or output was truncated in the response.-
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, sdkFields
-
-
-
-
Method Detail
-
truncated
HistoryEventExecutionDataDetails.Builder truncated(Boolean truncated)
Indicates whether input or output was truncated in the response. Always
falsefor API calls.- Parameters:
truncated- Indicates whether input or output was truncated in the response. Alwaysfalsefor API calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-