Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Category |
build() |
Category.Builder |
categoryKey(String categoryKey)
Unique identifier for the service category.
|
Category.Builder |
copy(Category model) |
Category.Builder |
name(String name)
The name of the service category.
|
public Category.Builder categoryKey(String categoryKey)
Unique identifier for the service category.
categoryKey
- the value to setpublic Category.Builder name(String name)
The name of the service category. For example, Compute
or Identity
.
name
- the value to setpublic Category build()
public Category.Builder copy(Category model)
Copyright © 2016–2024. All rights reserved.