Interface ToscaTemplatesArtifactBuilder
-
- All Superinterfaces:
ArtifactBuilder,Buildable.Builder<ToscaTemplatesArtifactBuilder,ToscaTemplatesArtifact>
- All Known Implementing Classes:
ToscaTemplates.ToscaTemplatesConcreteBuilder
public interface ToscaTemplatesArtifactBuilder extends ArtifactBuilder, Buildable.Builder<ToscaTemplatesArtifactBuilder,ToscaTemplatesArtifact>
A Builder which creates a Tosca Template Artifact Builder- Author:
- Pavan Vadavi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToscaTemplatesArtifactBuildertemplate(Template template)ToscaTemplatesArtifactBuildertemplateFormat(String templateFormat)-
Methods inherited from interface org.openstack4j.model.artifact.builder.ArtifactBuilder
activatedAt, createdAt, description, icon, id, license, licenseUrl, metadata, name, owner, providedBy, release, status, supportedBy, tags, updatedAt, version, visibility
-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
-
-
-
Method Detail
-
template
ToscaTemplatesArtifactBuilder template(Template template)
-
templateFormat
ToscaTemplatesArtifactBuilder templateFormat(String templateFormat)
-
-