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