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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DependencyRevision.Builderid(String id)The ID of the workflow or system.DependencyRevision.BuilderrevisionNumber(Long revisionNumber)The revision number of the workflow or system.-
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 Detail
-
id
DependencyRevision.Builder id(String 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
DependencyRevision.Builder revisionNumber(Long 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.
-
-