public static class ServiceAttachmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceAttachmentSummary |
build() |
ServiceAttachmentSummary.Builder |
copy(ServiceAttachmentSummary model) |
ServiceAttachmentSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ServiceAttachmentSummary.Builder |
displayName(String displayName)
ServiceInstance Identifier, can be renamed
|
ServiceAttachmentSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ServiceAttachmentSummary.Builder |
id(String id)
Unique identifier that is immutable on creation
|
ServiceAttachmentSummary.Builder |
isSkuBased(Boolean isSkuBased)
Whether this service is provisioned due to the customer being subscribed to a specific
SKU
|
ServiceAttachmentSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ServiceAttachmentSummary.Builder |
lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
|
ServiceAttachmentSummary.Builder |
serviceInstanceId(String serviceInstanceId)
The ID of the service instance created that can be used to identify this on the service
control plane
|
ServiceAttachmentSummary.Builder |
serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the service.
|
ServiceAttachmentSummary.Builder |
serviceUrl(String serviceUrl)
Service URL of the instance
|
ServiceAttachmentSummary.Builder |
timeCreated(Date timeCreated)
The time the service instance was created.
|
ServiceAttachmentSummary.Builder |
timeUpdated(Date timeUpdated)
The time the serivce instance was updated.
|
public ServiceAttachmentSummary.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic ServiceAttachmentSummary.Builder displayName(String displayName)
ServiceInstance Identifier, can be renamed
displayName
- the value to setpublic ServiceAttachmentSummary.Builder serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)
Type of the service.
serviceInstanceType
- the value to setpublic ServiceAttachmentSummary.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 ServiceAttachmentSummary.Builder serviceUrl(String serviceUrl)
Service URL of the instance
serviceUrl
- the value to setpublic ServiceAttachmentSummary.Builder timeCreated(Date timeCreated)
The time the service instance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic ServiceAttachmentSummary.Builder timeUpdated(Date timeUpdated)
The time the serivce instance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic ServiceAttachmentSummary.Builder lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
lifecycleState
- the value to setpublic ServiceAttachmentSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic ServiceAttachmentSummary.Builder isSkuBased(Boolean isSkuBased)
Whether this service is provisioned due to the customer being subscribed to a specific SKU
isSkuBased
- the value to setpublic ServiceAttachmentSummary.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 ServiceAttachmentSummary.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 ServiceAttachmentSummary build()
public ServiceAttachmentSummary.Builder copy(ServiceAttachmentSummary model)
Copyright © 2016–2024. All rights reserved.