public static class UpdateIntegrationInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateIntegrationInstanceDetails.Builder displayName(String displayName)
Integration Instance Identifier.
displayName
- the value to setpublic UpdateIntegrationInstanceDetails.Builder integrationInstanceType(UpdateIntegrationInstanceDetails.IntegrationInstanceType integrationInstanceType)
Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
integrationInstanceType
- the value to setpublic UpdateIntegrationInstanceDetails.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 UpdateIntegrationInstanceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateIntegrationInstanceDetails.Builder isByol(Boolean isByol)
Bring your own license.
isByol
- the value to setpublic UpdateIntegrationInstanceDetails.Builder messagePacks(Integer messagePacks)
The number of configured message packs
messagePacks
- the value to setpublic UpdateIntegrationInstanceDetails.Builder isFileServerEnabled(Boolean isFileServerEnabled)
The file server is enabled or not.
isFileServerEnabled
- the value to setpublic UpdateIntegrationInstanceDetails.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
isVisualBuilderEnabled
- the value to setpublic UpdateIntegrationInstanceDetails.Builder customEndpoint(UpdateCustomEndpointDetails customEndpoint)
public UpdateIntegrationInstanceDetails.Builder alternateCustomEndpoints(List<UpdateCustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints to be used for the integration instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).
alternateCustomEndpoints
- the value to setpublic UpdateIntegrationInstanceDetails build()
public UpdateIntegrationInstanceDetails.Builder copy(UpdateIntegrationInstanceDetails model)
Copyright © 2016–2024. All rights reserved.