Package com.oracle.bmc.database.model
Class Month.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.Month.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Month
build()
Month.Builder
copy(Month model)
Month.Builder
name(Month.Name name)
Name of the month of the year.
-
-
-
Method Detail
-
name
public Month.Builder name(Month.Name name)
Name of the month of the year.- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public Month build()
-
copy
public Month.Builder copy(Month model)
-
-