public static final class UmdsTypes.SetSpec.Builder
extends java.lang.Object
UmdsTypes.SetSpec
.Constructor and Description |
---|
Builder(java.net.URI location)
Constructor with parameters for the required properties of
UmdsTypes.SetSpec . |
Modifier and Type | Method and Description |
---|---|
UmdsTypes.SetSpec |
build() |
UmdsTypes.SetSpec.Builder |
setDescription(java.lang.String description)
Description of the Depot.
|
UmdsTypes.SetSpec.Builder |
setEnabled(java.lang.Boolean enabled)
Flag indicating whether or not this depot should be enabled.
|
public Builder(java.net.URI location)
UmdsTypes.SetSpec
.public UmdsTypes.SetSpec.Builder setDescription(java.lang.String description)
null
, the description will be empty.description
- New value for the property.public UmdsTypes.SetSpec.Builder setEnabled(java.lang.Boolean enabled)
null
the depot will be enabled.enabled
- New value for the property.public UmdsTypes.SetSpec build()