Package com.oracle.bmc.cloudbridge.model
Class CustomerTag.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.model.CustomerTag.Builder
-
- Enclosing class:
- CustomerTag
public static class CustomerTag.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerTag
build()
CustomerTag.Builder
copy(CustomerTag model)
CustomerTag.Builder
description(String description)
The tag description.CustomerTag.Builder
name(String name)
The tag name.
-
-
-
Method Detail
-
name
public CustomerTag.Builder name(String name)
The tag name.- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public CustomerTag.Builder description(String description)
The tag description.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public CustomerTag build()
-
copy
public CustomerTag.Builder copy(CustomerTag model)
-
-