public static class ServiceCatalogAssociation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ServiceCatalogAssociation.Builder id(String id)
Identifier of the association.
id
- the value to setpublic ServiceCatalogAssociation.Builder serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.
serviceCatalogId
- the value to setpublic ServiceCatalogAssociation.Builder entityId(String entityId)
Identifier of the entity being associated with service catalog.
entityId
- the value to setpublic ServiceCatalogAssociation.Builder entityType(String entityType)
The type of the entity that is associated with the service catalog.
entityType
- the value to setpublic ServiceCatalogAssociation.Builder timeCreated(Date timeCreated)
Timestamp of when the resource was associated with service catalog.
timeCreated
- the value to setpublic ServiceCatalogAssociation build()
public ServiceCatalogAssociation.Builder copy(ServiceCatalogAssociation model)
Copyright © 2016–2024. All rights reserved.