Class CatalogParResultConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.CatalogParResultConfig.Builder
-
- Enclosing class:
- CatalogParResultConfig
public static class CatalogParResultConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogParResultConfig
build()
CatalogParResultConfig.Builder
copy(CatalogParResultConfig model)
CatalogParResultConfig.Builder
packageUrl(String packageUrl)
package urlCatalogParResultConfig.Builder
timeExpires(Date timeExpires)
The date and time expires, in the format defined by RFC 3339.CatalogParResultConfig.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public CatalogParResultConfig.Builder workingDirectory(String workingDirectory)
-
packageUrl
public CatalogParResultConfig.Builder packageUrl(String packageUrl)
package url- Parameters:
packageUrl
- the value to set- Returns:
- this builder
-
timeExpires
public 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
-
build
public CatalogParResultConfig build()
-
copy
public CatalogParResultConfig.Builder copy(CatalogParResultConfig model)
-
-