Interface ContentStopEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentStopEvent.Builder,,ContentStopEvent> SdkBuilder<ContentStopEvent.Builder,,ContentStopEvent> SdkPojo
- Enclosing class:
ContentStopEvent
@Mutable
@NotThreadSafe
public static interface ContentStopEvent.Builder
extends SdkPojo, CopyableBuilder<ContentStopEvent.Builder,ContentStopEvent>
-
Method Summary
Modifier and TypeMethodDescriptionThe exit code returned by the executed command.The final status of the command execution.status(CommandExecutionStatus status) The final status of the command execution.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, sdkFieldNameToField, sdkFields
-
Method Details
-
exitCode
The exit code returned by the executed command. An exit code of 0 indicates successful execution, -1 indicates a platform error, and values greater than 0 indicate command-specific errors.
- Parameters:
exitCode- The exit code returned by the executed command. An exit code of 0 indicates successful execution, -1 indicates a platform error, and values greater than 0 indicate command-specific errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The final status of the command execution. Valid values are
COMPLETEDfor successful completion orTIMED_OUTif the command exceeded the specified timeout.- Parameters:
status- The final status of the command execution. Valid values areCOMPLETEDfor successful completion orTIMED_OUTif the command exceeded the specified timeout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The final status of the command execution. Valid values are
COMPLETEDfor successful completion orTIMED_OUTif the command exceeded the specified timeout.- Parameters:
status- The final status of the command execution. Valid values areCOMPLETEDfor successful completion orTIMED_OUTif the command exceeded the specified timeout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-