public static class ServiceAttachment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceAttachment |
build() |
ServiceAttachment.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
ServiceAttachment.Builder |
copy(ServiceAttachment model) |
ServiceAttachment.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ServiceAttachment.Builder |
displayName(String displayName)
Service Attachment Display name, can be renamed
|
ServiceAttachment.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ServiceAttachment.Builder |
id(String id)
Unique identifier that is immutable on creation
|
ServiceAttachment.Builder |
isSkuBased(Boolean isSkuBased)
Whether this service is provisioned due to the customer being subscribed to a specific
SKU
|
ServiceAttachment.Builder |
lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
|
ServiceAttachment.Builder |
serviceInstanceId(String serviceInstanceId)
The ID of the service instance created that can be used to identify this on the service
control plane
|
ServiceAttachment.Builder |
serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the serviceInstance.
|
ServiceAttachment.Builder |
serviceUrl(String serviceUrl)
Public URL
|
ServiceAttachment.Builder |
timeCreated(Date timeCreated)
The time the the ServiceInstance was created.
|
ServiceAttachment.Builder |
timeUpdated(Date timeUpdated)
The time the ServiceInstance was updated.
|
public ServiceAttachment.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic ServiceAttachment.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic ServiceAttachment.Builder serviceInstanceId(String serviceInstanceId)
The ID of the service instance created that can be used to identify this on the service control plane
serviceInstanceId
- the value to setpublic ServiceAttachment.Builder displayName(String displayName)
Service Attachment Display name, can be renamed
displayName
- the value to setpublic ServiceAttachment.Builder serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the serviceInstance.
serviceInstanceType
- the value to setpublic ServiceAttachment.Builder serviceUrl(String serviceUrl)
Public URL
serviceUrl
- the value to setpublic ServiceAttachment.Builder timeCreated(Date timeCreated)
The time the the ServiceInstance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic ServiceAttachment.Builder timeUpdated(Date timeUpdated)
The time the ServiceInstance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic ServiceAttachment.Builder lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
lifecycleState
- the value to setpublic ServiceAttachment.Builder isSkuBased(Boolean isSkuBased)
Whether this service is provisioned due to the customer being subscribed to a specific SKU
isSkuBased
- the value to setpublic ServiceAttachment.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic ServiceAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ServiceAttachment build()
public ServiceAttachment.Builder copy(ServiceAttachment model)
Copyright © 2016–2024. All rights reserved.