public static final class StageAttributes.Builder
extends java.lang.Object
StageAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StageAttributes |
build()
Builds the configured instance.
|
StageAttributes.Builder |
stageName(java.lang.String stageName)
Sets the value of
StageAttributes.getStageName() |
public StageAttributes.Builder stageName(java.lang.String stageName)
StageAttributes.getStageName()
stageName
- The name of the stage. This parameter is required.this
public StageAttributes build()
StageAttributes
java.lang.NullPointerException
- if any required attribute was not provided