Package com.oracle.bmc.marketplace.model
Class Agreement.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.Agreement.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Agreement.Builderauthor(Agreement.Author author)Who authored the agreement.Agreementbuild()Agreement.BuildercompartmentId(String compartmentId)The unique identifier for the compartment.Agreement.BuildercontentUrl(String contentUrl)The content URL of the agreement.Agreement.Buildercopy(Agreement model)Agreement.Builderid(String id)The unique identifier for the agreement.Agreement.Builderprompt(String prompt)Textual prompt to read and accept the agreement.Agreement.Buildersignature(String signature)A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment.
 
- 
- 
- 
Method Detail- 
idpublic Agreement.Builder id(String id) The unique identifier for the agreement.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
contentUrlpublic Agreement.Builder contentUrl(String contentUrl) The content URL of the agreement.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
signaturepublic Agreement.Builder signature(String signature) A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment.- Parameters:
- signature- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Agreement.Builder compartmentId(String compartmentId) The unique identifier for the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
authorpublic Agreement.Builder author(Agreement.Author author) Who authored the agreement.- Parameters:
- author- the value to set
- Returns:
- this builder
 
 - 
promptpublic Agreement.Builder prompt(String prompt) Textual prompt to read and accept the agreement.- Parameters:
- prompt- the value to set
- Returns:
- this builder
 
 - 
buildpublic Agreement build() 
 - 
copypublic Agreement.Builder copy(Agreement model) 
 
- 
 
-