public static class UpdateProjectOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String projectId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateProjectOptions |
build()
Builds a UpdateProjectOptions.
|
UpdateProjectOptions.Builder |
name(String name)
Set the name.
|
UpdateProjectOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public Builder()
public Builder(String projectId)
projectId
- the projectIdpublic UpdateProjectOptions build()
public UpdateProjectOptions.Builder projectId(String projectId)
projectId
- the projectIdpublic UpdateProjectOptions.Builder name(String name)
name
- the nameCopyright © 2024 IBM Cloud. All rights reserved.