Interface HistoryEventExecutionDataDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HistoryEventExecutionDataDetails.Builder,,- HistoryEventExecutionDataDetails> - SdkBuilder<HistoryEventExecutionDataDetails.Builder,,- HistoryEventExecutionDataDetails> - SdkPojo
- Enclosing class:
- HistoryEventExecutionDataDetails
@Mutable
@NotThreadSafe
public static interface HistoryEventExecutionDataDetails.Builder
extends SdkPojo, CopyableBuilder<HistoryEventExecutionDataDetails.Builder,HistoryEventExecutionDataDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionIndicates whether input or output was truncated in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
truncatedIndicates whether input or output was truncated in the response. Always falsefor API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.- Parameters:
- truncated- Indicates whether input or output was truncated in the response. Always- falsefor API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-