Interface AssignedVariablesDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssignedVariablesDetails.Builder,
,AssignedVariablesDetails> SdkBuilder<AssignedVariablesDetails.Builder,
,AssignedVariablesDetails> SdkPojo
- Enclosing class:
AssignedVariablesDetails
@Mutable
@NotThreadSafe
public static interface AssignedVariablesDetails.Builder
extends SdkPojo, CopyableBuilder<AssignedVariablesDetails.Builder,AssignedVariablesDetails>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether assigned variables were 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, sdkFieldNameToField, sdkFields
-
Method Details
-
truncated
Indicates whether assigned variables were truncated in the response. Always
false
for API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.- Parameters:
truncated
- Indicates whether assigned variables were truncated in the response. Alwaysfalse
for 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.
-