Interface JobStepOutput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
JobStepOutput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.471Z") @Stability(Stable) public interface JobStepOutput extends software.amazon.jsii.JsiiSerializable
An output binding for a job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJobStepOutput.BuilderA builder forJobStepOutputstatic classJobStepOutput.Jsii$ProxyAn implementation forJobStepOutput
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static JobStepOutput.Builderbuilder()StringgetOutputName()The name of the job output that is being bound.StringgetStepId()The ID of the step that exposes the output.
-
-
-
Method Detail
-
getOutputName
@Stability(Stable) @NotNull String getOutputName()
The name of the job output that is being bound.
-
getStepId
@Stability(Stable) @NotNull String getStepId()
The ID of the step that exposes the output.
-
builder
@Stability(Stable) static JobStepOutput.Builder builder()
- Returns:
- a
JobStepOutput.BuilderofJobStepOutput
-
-