public static class ServiceCatalogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceCatalogSummary |
build() |
ServiceCatalogSummary.Builder |
compartmentId(String compartmentId)
The Compartment id where the service catalog exists.
|
ServiceCatalogSummary.Builder |
copy(ServiceCatalogSummary model) |
ServiceCatalogSummary.Builder |
displayName(String displayName)
The name of the service catalog.
|
ServiceCatalogSummary.Builder |
id(String id)
The unique identifier for the Service catalog.
|
ServiceCatalogSummary.Builder |
lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.
|
ServiceCatalogSummary.Builder |
timeCreated(Date timeCreated)
The date and time this service catalog was created, expressed in RFC
3339 timestamp format.
|
public ServiceCatalogSummary.Builder id(String id)
The unique identifier for the Service catalog.
id
- the value to setpublic ServiceCatalogSummary.Builder lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.
lifecycleState
- the value to setpublic ServiceCatalogSummary.Builder compartmentId(String compartmentId)
The Compartment id where the service catalog exists.
compartmentId
- the value to setpublic ServiceCatalogSummary.Builder displayName(String displayName)
The name of the service catalog.
displayName
- the value to setpublic ServiceCatalogSummary.Builder timeCreated(Date timeCreated)
The date and time this service catalog was created, expressed in RFC 3339 timestamp format.
Example: 2021-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ServiceCatalogSummary build()
public ServiceCatalogSummary.Builder copy(ServiceCatalogSummary model)
Copyright © 2016–2024. All rights reserved.