Package com.oracle.bmc.opsi.model
Class EnablePlanExadataInsightDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.EnablePlanExadataInsightDetails.Builder
-
- Enclosing class:
- EnablePlanExadataInsightDetails
public static class EnablePlanExadataInsightDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnablePlanExadataInsightDetailsbuild()EnablePlanExadataInsightDetails.Buildercopy(EnablePlanExadataInsightDetails model)EnablePlanExadataInsightDetails.BuilderplanId(String planId)OCID of OPSI Chargeback plan resource.
-
-
-
Method Detail
-
planId
public EnablePlanExadataInsightDetails.Builder planId(String planId)
OCID of OPSI Chargeback plan resource.- Parameters:
planId- the value to set- Returns:
- this builder
-
build
public EnablePlanExadataInsightDetails build()
-
copy
public EnablePlanExadataInsightDetails.Builder copy(EnablePlanExadataInsightDetails model)
-
-