Class ContractTemplateSLAProperty.Builder
- java.lang.Object
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTemplateSLAProperty.Builder
-
- Enclosing class:
- ContractTemplateSLAProperty
public static class ContractTemplateSLAProperty.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractTemplateSLAProperty
build()
Builds a ContractTemplateSLAProperty.ContractTemplateSLAProperty.Builder
property(java.lang.String property)
Set the property.ContractTemplateSLAProperty.Builder
value(java.lang.String value)
Set the value.
-
-
-
Method Detail
-
build
public ContractTemplateSLAProperty build()
Builds a ContractTemplateSLAProperty.- Returns:
- the new ContractTemplateSLAProperty instance
-
property
public ContractTemplateSLAProperty.Builder property(java.lang.String property)
Set the property.- Parameters:
property
- the property- Returns:
- the ContractTemplateSLAProperty builder
-
value
public ContractTemplateSLAProperty.Builder value(java.lang.String value)
Set the value.- Parameters:
value
- the value- Returns:
- the ContractTemplateSLAProperty builder
-
-