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 CustomerTagbuild()CustomerTag.Buildercopy(CustomerTag model)CustomerTag.Builderdescription(String description)The tag description.CustomerTag.Buildername(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)
-
-