Class CreateEnvironmentOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.CreateEnvironmentOptions.Builder
- Enclosing class:
- CreateEnvironmentOptions
public static class CreateEnvironmentOptions.Builder extends Object
Builder.
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description CreateEnvironmentOptionsbuild()Builds a CreateEnvironmentOptions.CreateEnvironmentOptions.Builderdescription(String description)Set the description.CreateEnvironmentOptions.Buildername(String name)Set the name.CreateEnvironmentOptions.Buildersize(String size)Set the size.
- 
Constructor Details- 
Builderpublic Builder()Instantiates a new builder.
- 
BuilderInstantiates a new builder with required properties.- Parameters:
- name- the name
 
 
- 
- 
Method Details- 
buildBuilds a CreateEnvironmentOptions.- Returns:
- the new CreateEnvironmentOptions instance
 
- 
nameSet the name.- Parameters:
- name- the name
- Returns:
- the CreateEnvironmentOptions builder
 
- 
descriptionSet the description.- Parameters:
- description- the description
- Returns:
- the CreateEnvironmentOptions builder
 
- 
sizeSet the size.- Parameters:
- size- the size
- Returns:
- the CreateEnvironmentOptions builder
 
 
-