Package com.oracle.bmc.fusionapps.model
Class ServiceAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.fusionapps.model.ServiceAttachment.Builder
 
- 
- Enclosing class:
- ServiceAttachment
 
 public static class ServiceAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentbuild()ServiceAttachment.BuildercompartmentId(String compartmentId)Compartment IdentifierServiceAttachment.Buildercopy(ServiceAttachment model)ServiceAttachment.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ServiceAttachment.BuilderdisplayName(String displayName)Service Attachment Display name, can be renamedServiceAttachment.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ServiceAttachment.Builderid(String id)Unique identifier that is immutable on creationServiceAttachment.BuilderisSkuBased(Boolean isSkuBased)Whether this service is provisioned due to the customer being subscribed to a specific SKUServiceAttachment.BuilderlifecycleState(ServiceAttachment.LifecycleState lifecycleState)The current state of the ServiceInstance.ServiceAttachment.BuilderserviceInstanceId(String serviceInstanceId)The ID of the service instance created that can be used to identify this on the service control planeServiceAttachment.BuilderserviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the serviceInstance.ServiceAttachment.BuilderserviceUrl(String serviceUrl)Public URLServiceAttachment.BuildertimeCreated(Date timeCreated)The time the the ServiceInstance was created.ServiceAttachment.BuildertimeUpdated(Date timeUpdated)The time the ServiceInstance was updated.
 
- 
- 
- 
Method Detail- 
idpublic ServiceAttachment.Builder id(String id) Unique identifier that is immutable on creation- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ServiceAttachment.Builder compartmentId(String compartmentId) Compartment Identifier- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
serviceInstanceIdpublic ServiceAttachment.Builder serviceInstanceId(String serviceInstanceId) The ID of the service instance created that can be used to identify this on the service control plane- Parameters:
- serviceInstanceId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ServiceAttachment.Builder displayName(String displayName) Service Attachment Display name, can be renamed- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
serviceInstanceTypepublic ServiceAttachment.Builder serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType) Type of the serviceInstance.- Parameters:
- serviceInstanceType- the value to set
- Returns:
- this builder
 
 - 
serviceUrlpublic ServiceAttachment.Builder serviceUrl(String serviceUrl) Public URL- Parameters:
- serviceUrl- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ServiceAttachment.Builder timeCreated(Date timeCreated) The time the the ServiceInstance was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ServiceAttachment.Builder timeUpdated(Date timeUpdated) The time the ServiceInstance was updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ServiceAttachment.Builder lifecycleState(ServiceAttachment.LifecycleState lifecycleState) The current state of the ServiceInstance.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
isSkuBasedpublic ServiceAttachment.Builder isSkuBased(Boolean isSkuBased) Whether this service is provisioned due to the customer being subscribed to a specific SKU- Parameters:
- isSkuBased- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceAttachment build() 
 - 
copypublic ServiceAttachment.Builder copy(ServiceAttachment model) 
 
- 
 
-