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