Interface JobStepOutput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
JobStepOutput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.108Z") @Stability(Experimental) public interface JobStepOutput extends software.amazon.jsii.JsiiSerializable
(experimental) 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()(experimental) The name of the job output that is being bound.StringgetStepId()(experimental) The ID of the step that exposes the output.
-
-
-
Method Detail
-
getOutputName
@Stability(Experimental) @NotNull String getOutputName()
(experimental) The name of the job output that is being bound.
-
getStepId
@Stability(Experimental) @NotNull String getStepId()
(experimental) The ID of the step that exposes the output.
-
builder
@Stability(Experimental) static JobStepOutput.Builder builder()
- Returns:
- a
JobStepOutput.BuilderofJobStepOutput
-
-