public static final class UnknownSectionParams.Builder
extends java.lang.Object
UnknownSectionParams
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
UnknownSectionParams . |
Modifier and Type | Method and Description |
---|---|
UnknownSectionParams |
build() |
UnknownSectionParams.Builder |
setType(java.lang.String type)
Unique identifier describing the type of the OVF parameters.
|
UnknownSectionParams.Builder |
setUnknownSections(java.util.List<UnknownSection> unknownSections)
List of unknown, non-required sections. |
public Builder()
UnknownSectionParams
.public UnknownSectionParams.Builder setUnknownSections(java.util.List<UnknownSection> unknownSections)
List
of unknown, non-required sections.
This property is not used in the input parameters when deploying an OVF package.
This property will always be present in the result when retrieving information
about an OVF package.unknownSections
- New value for the property.public UnknownSectionParams.Builder setType(java.lang.String type)
type
- New value for the property.public UnknownSectionParams build()