Package com.oracle.bmc.wlms.model
Class Agreement.Builder
- java.lang.Object
-
- com.oracle.bmc.wlms.model.Agreement.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Agreement
build()
Agreement.Builder
copy(Agreement model)
Agreement.Builder
signature(String signature)
The signature for the terms of use agreement.Agreement.Builder
termsAndConditionsText(String termsAndConditionsText)
The content of the terms and conditions.Agreement.Builder
uuid(String uuid)
The ID of the terms of use agreement.
-
-
-
Method Detail
-
uuid
public Agreement.Builder uuid(String uuid)
The ID of the terms of use agreement.- Parameters:
uuid
- the value to set- Returns:
- this builder
-
termsAndConditionsText
public Agreement.Builder termsAndConditionsText(String termsAndConditionsText)
The content of the terms and conditions.- Parameters:
termsAndConditionsText
- the value to set- Returns:
- this builder
-
signature
public Agreement.Builder signature(String signature)
The signature for the terms of use agreement.The signature attribute is a Base64-encoded string associated with the agreement.
- Parameters:
signature
- the value to set- Returns:
- this builder
-
build
public Agreement build()
-
copy
public Agreement.Builder copy(Agreement model)
-
-