Interface RunIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RunIdentifier.Builder,
,RunIdentifier> SdkBuilder<RunIdentifier.Builder,
,RunIdentifier> SdkPojo
- Enclosing class:
RunIdentifier
public static interface RunIdentifier.Builder
extends SdkPojo, CopyableBuilder<RunIdentifier.Builder,RunIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe Job Run ID.The Run ID.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, sdkFields
-
Method Details
-
runId
The Run ID.
- Parameters:
runId
- The Run ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
The Job Run ID.
- Parameters:
jobRunId
- The Job Run ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-