Class DeployRequestBodySchematics.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.DeployRequestBodySchematics.Builder
-
- Enclosing class:
- DeployRequestBodySchematics
public static class DeployRequestBodySchematics.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployRequestBodySchematics.BuilderaddTags(java.lang.String tags)Adds an tags to tags.DeployRequestBodySchematicsbuild()Builds a DeployRequestBodySchematics.DeployRequestBodySchematics.Builderdescription(java.lang.String description)Set the description.DeployRequestBodySchematics.Buildername(java.lang.String name)Set the name.DeployRequestBodySchematics.BuilderresourceGroupId(java.lang.String resourceGroupId)Set the resourceGroupId.DeployRequestBodySchematics.Buildertags(java.util.List<java.lang.String> tags)Set the tags.
-
-
-
Method Detail
-
build
public DeployRequestBodySchematics build()
Builds a DeployRequestBodySchematics.- Returns:
- the new DeployRequestBodySchematics instance
-
addTags
public DeployRequestBodySchematics.Builder addTags(java.lang.String tags)
Adds an tags to tags.- Parameters:
tags- the new tags- Returns:
- the DeployRequestBodySchematics builder
-
name
public DeployRequestBodySchematics.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the DeployRequestBodySchematics builder
-
description
public DeployRequestBodySchematics.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the DeployRequestBodySchematics builder
-
tags
public DeployRequestBodySchematics.Builder tags(java.util.List<java.lang.String> tags)
Set the tags. Existing tags will be replaced.- Parameters:
tags- the tags- Returns:
- the DeployRequestBodySchematics builder
-
resourceGroupId
public DeployRequestBodySchematics.Builder resourceGroupId(java.lang.String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the DeployRequestBodySchematics builder
-
-