Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.Deployment.Builder
-
Packages that use Deployment.Builder Package Description com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of Deployment.Builder in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return Deployment.Builder Modifier and Type Method Description Deployment.BuilderDeployment.Builder. addTags(java.lang.String tags)Adds an tags to tags.Deployment.BuilderDeployment.Builder. created(java.util.Date created)Set the created.Deployment.BuilderDeployment.Builder. id(java.lang.String id)Set the id.Deployment.BuilderDeployment.Builder. label(java.lang.String label)Set the label.Deployment.BuilderDeployment.Builder. longDescription(java.lang.String longDescription)Set the longDescription.Deployment.BuilderDeployment.Builder. metadata(java.util.Map<java.lang.String,java.lang.Object> metadata)Set the metadata.Deployment.BuilderDeployment.Builder. name(java.lang.String name)Set the name.Deployment.BuilderDeployment. newBuilder()New builder.Deployment.BuilderDeployment.Builder. shortDescription(java.lang.String shortDescription)Set the shortDescription.Deployment.BuilderDeployment.Builder. tags(java.util.List<java.lang.String> tags)Set the tags.Deployment.BuilderDeployment.Builder. updated(java.util.Date updated)Set the updated.
-