@Stability(value=Experimental) public static final class JobStepOutput.Builder extends Object implements software.amazon.jsii.Builder<JobStepOutput>
JobStepOutput| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JobStepOutput |
build()
Builds the configured instance.
|
JobStepOutput.Builder |
outputName(String outputName)
Sets the value of
JobStepOutput.getOutputName() |
JobStepOutput.Builder |
stepId(String stepId)
Sets the value of
JobStepOutput.getStepId() |
@Stability(value=Experimental) public JobStepOutput.Builder outputName(String outputName)
JobStepOutput.getOutputName()outputName - The name of the job output that is being bound. This parameter is required.this@Stability(value=Experimental) public JobStepOutput.Builder stepId(String stepId)
JobStepOutput.getStepId()stepId - The ID of the step that exposes the output. This parameter is required.this@Stability(value=Experimental) public JobStepOutput build()
build in interface software.amazon.jsii.Builder<JobStepOutput>JobStepOutputNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.