Interface InvokeAgentRuntimeCommandRequestBody.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvokeAgentRuntimeCommandRequestBody.Builder,,InvokeAgentRuntimeCommandRequestBody> SdkBuilder<InvokeAgentRuntimeCommandRequestBody.Builder,,InvokeAgentRuntimeCommandRequestBody> SdkPojo
- Enclosing class:
InvokeAgentRuntimeCommandRequestBody
@Mutable
@NotThreadSafe
public static interface InvokeAgentRuntimeCommandRequestBody.Builder
extends SdkPojo, CopyableBuilder<InvokeAgentRuntimeCommandRequestBody.Builder,InvokeAgentRuntimeCommandRequestBody>
-
Method Summary
Modifier and TypeMethodDescriptionThe command to execute in the runtime containerCommand timeout in seconds (default: 300, min:1, max: 3600)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
-
command
The command to execute in the runtime container
- Parameters:
command- The command to execute in the runtime container- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeout
Command timeout in seconds (default: 300, min:1, max: 3600)
- Parameters:
timeout- Command timeout in seconds (default: 300, min:1, max: 3600)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-