Class ServiceCatalogAssociation.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.ServiceCatalogAssociation.Builder
-
- Enclosing class:
- ServiceCatalogAssociation
public static class ServiceCatalogAssociation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogAssociation
build()
ServiceCatalogAssociation.Builder
copy(ServiceCatalogAssociation model)
ServiceCatalogAssociation.Builder
entityId(String entityId)
Identifier of the entity being associated with service catalog.ServiceCatalogAssociation.Builder
entityType(String entityType)
The type of the entity that is associated with the service catalog.ServiceCatalogAssociation.Builder
id(String id)
Identifier of the association.ServiceCatalogAssociation.Builder
serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.ServiceCatalogAssociation.Builder
timeCreated(Date timeCreated)
Timestamp of when the resource was associated with service catalog.
-
-
-
Method Detail
-
id
public ServiceCatalogAssociation.Builder id(String id)
Identifier of the association.- Parameters:
id
- the value to set- Returns:
- this builder
-
serviceCatalogId
public ServiceCatalogAssociation.Builder serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.- Parameters:
serviceCatalogId
- the value to set- Returns:
- this builder
-
entityId
public ServiceCatalogAssociation.Builder entityId(String entityId)
Identifier of the entity being associated with service catalog.- Parameters:
entityId
- the value to set- Returns:
- this builder
-
entityType
public ServiceCatalogAssociation.Builder entityType(String entityType)
The type of the entity that is associated with the service catalog.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
timeCreated
public ServiceCatalogAssociation.Builder timeCreated(Date timeCreated)
Timestamp of when the resource was associated with service catalog.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
build
public ServiceCatalogAssociation build()
-
copy
public ServiceCatalogAssociation.Builder copy(ServiceCatalogAssociation model)
-
-