Interface ActorProcess.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActorProcess.Builder,
,ActorProcess> SdkBuilder<ActorProcess.Builder,
,ActorProcess> SdkPojo
- Enclosing class:
ActorProcess
@Mutable
@NotThreadSafe
public static interface ActorProcess.Builder
extends SdkPojo, CopyableBuilder<ActorProcess.Builder,ActorProcess>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the process as it appears in the system.The full file path to the process executable on the system.The SHA256 hash of the process executable file, which can be used for identification and verification purposes.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
-
name
The name of the process as it appears in the system.
- Parameters:
name
- The name of the process as it appears in the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The full file path to the process executable on the system.
- Parameters:
path
- The full file path to the process executable on the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sha256
The SHA256 hash of the process executable file, which can be used for identification and verification purposes.
- Parameters:
sha256
- The SHA256 hash of the process executable file, which can be used for identification and verification purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-