Class CatalogParResultConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.CatalogParResultConfig.Builder
 
- 
- Enclosing class:
- CatalogParResultConfig
 
 public static class CatalogParResultConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogParResultConfigbuild()CatalogParResultConfig.Buildercopy(CatalogParResultConfig model)CatalogParResultConfig.BuilderpackageUrl(String packageUrl)package urlCatalogParResultConfig.BuildertimeExpires(Date timeExpires)The date and time expires, in the format defined by RFC 3339.CatalogParResultConfig.BuilderworkingDirectory(String workingDirectory)
 
- 
- 
- 
Method Detail- 
workingDirectorypublic CatalogParResultConfig.Builder workingDirectory(String workingDirectory) 
 - 
packageUrlpublic CatalogParResultConfig.Builder packageUrl(String packageUrl) package url- Parameters:
- packageUrl- the value to set
- Returns:
- this builder
 
 - 
timeExpirespublic CatalogParResultConfig.Builder timeExpires(Date timeExpires) The date and time expires, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeExpires- the value to set
- Returns:
- this builder
 
 - 
buildpublic CatalogParResultConfig build() 
 - 
copypublic CatalogParResultConfig.Builder copy(CatalogParResultConfig model) 
 
- 
 
-