Class SupportDocSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.SupportDocSummary.Builder
-
- Enclosing class:
- SupportDocSummary
public static class SupportDocSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportDocSummary
build()
SupportDocSummary.Builder
code(String code)
The code for the supportDoc.SupportDocSummary.Builder
copy(SupportDocSummary model)
SupportDocSummary.Builder
lifecycleState(SupportDoc.LifecycleState lifecycleState)
The current state for the supportDoc.SupportDocSummary.Builder
name(String name)
The name for the supportDoc.SupportDocSummary.Builder
supportDocGroup(String supportDocGroup)
The supportDoc group for the supportDoc.SupportDocSummary.Builder
timeCreated(Date timeCreated)
The date and time the supportDoc was created, in the format defined by RFC3339.SupportDocSummary.Builder
timeUpdated(Date timeUpdated)
The date and time the product was updated, in the format defined by RFC3339.
-
-
-
Method Detail
-
name
public SupportDocSummary.Builder name(String name)
The name for the supportDoc.- Parameters:
name
- the value to set- Returns:
- this builder
-
code
public SupportDocSummary.Builder code(String code)
The code for the supportDoc.- Parameters:
code
- the value to set- Returns:
- this builder
-
supportDocGroup
public SupportDocSummary.Builder supportDocGroup(String supportDocGroup)
The supportDoc group for the supportDoc.- Parameters:
supportDocGroup
- the value to set- Returns:
- this builder
-
lifecycleState
public SupportDocSummary.Builder lifecycleState(SupportDoc.LifecycleState lifecycleState)
The current state for the supportDoc.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public SupportDocSummary.Builder timeCreated(Date timeCreated)
The date and time the supportDoc was created, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public SupportDocSummary.Builder timeUpdated(Date timeUpdated)
The date and time the product was updated, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
build
public SupportDocSummary build()
-
copy
public SupportDocSummary.Builder copy(SupportDocSummary model)
-
-