Interface SyncInputJobAttachmentsSessionActionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SyncInputJobAttachmentsSessionActionDefinition.Builder,
,SyncInputJobAttachmentsSessionActionDefinition> SdkBuilder<SyncInputJobAttachmentsSessionActionDefinition.Builder,
,SyncInputJobAttachmentsSessionActionDefinition> SdkPojo
- Enclosing class:
SyncInputJobAttachmentsSessionActionDefinition
@Mutable
@NotThreadSafe
public static interface SyncInputJobAttachmentsSessionActionDefinition.Builder
extends SdkPojo, CopyableBuilder<SyncInputJobAttachmentsSessionActionDefinition.Builder,SyncInputJobAttachmentsSessionActionDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe step ID for the step in the job attachment.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
-
stepId
The step ID for the step in the job attachment.
- Parameters:
stepId
- The step ID for the step in the job attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-