Interface DependencyRevision.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DependencyRevision.Builder,,DependencyRevision> SdkBuilder<DependencyRevision.Builder,,DependencyRevision> SdkPojo
- Enclosing class:
DependencyRevision
public static interface DependencyRevision.Builder
extends SdkPojo, CopyableBuilder<DependencyRevision.Builder,DependencyRevision>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the workflow or system.revisionNumber(Long revisionNumber) The revision number of the workflow or system.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, sdkFields
-
Method Details
-
id
The ID of the workflow or system.
- Parameters:
id- The ID of the workflow or system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionNumber
The revision number of the workflow or system.
- Parameters:
revisionNumber- The revision number of the workflow or system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-