public static class IntegrationInstanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public IntegrationInstanceSummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic IntegrationInstanceSummary.Builder displayName(String displayName)
Integration Instance Identifier, can be renamed.
displayName
- the value to setpublic IntegrationInstanceSummary.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic IntegrationInstanceSummary.Builder integrationInstanceType(IntegrationInstanceSummary.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 IntegrationInstanceSummary.Builder timeCreated(Date timeCreated)
The time the the Integration Instance was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic IntegrationInstanceSummary.Builder timeUpdated(Date timeUpdated)
The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic IntegrationInstanceSummary.Builder lifecycleState(IntegrationInstanceSummary.LifecycleState lifecycleState)
The current state of the Integration Instance.
lifecycleState
- the value to setpublic IntegrationInstanceSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional details of lifecycleState or substates
lifecycleDetails
- the value to setpublic IntegrationInstanceSummary.Builder stateMessage(String stateMessage)
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
stateMessage
- the value to setpublic IntegrationInstanceSummary.Builder isByol(Boolean isByol)
Bring your own license.
isByol
- the value to setpublic IntegrationInstanceSummary.Builder instanceUrl(String instanceUrl)
The Integration Instance URL.
instanceUrl
- the value to setpublic IntegrationInstanceSummary.Builder instanceDesignTimeUrl(String instanceDesignTimeUrl)
The Integration Instance Design Time URL
instanceDesignTimeUrl
- the value to setpublic IntegrationInstanceSummary.Builder messagePacks(Integer messagePacks)
The number of configured message packs (if any)
messagePacks
- the value to setpublic IntegrationInstanceSummary.Builder isFileServerEnabled(Boolean isFileServerEnabled)
The file server is enabled or not.
isFileServerEnabled
- the value to setpublic IntegrationInstanceSummary.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.
isVisualBuilderEnabled
- the value to setpublic IntegrationInstanceSummary.Builder customEndpoint(CustomEndpointDetails customEndpoint)
public IntegrationInstanceSummary.Builder alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the integration instance URL.
alternateCustomEndpoints
- the value to setpublic IntegrationInstanceSummary.Builder consumptionModel(IntegrationInstanceSummary.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
consumptionModel
- the value to setpublic IntegrationInstanceSummary.Builder networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails)
public IntegrationInstanceSummary.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 IntegrationInstanceSummary.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 IntegrationInstanceSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic IntegrationInstanceSummary.Builder shape(IntegrationInstanceSummary.Shape shape)
Shape
shape
- the value to setpublic IntegrationInstanceSummary.Builder privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection)
public IntegrationInstanceSummary.Builder isDisasterRecoveryEnabled(Boolean isDisasterRecoveryEnabled)
Is Disaster Recovery enabled for the integrationInstance
isDisasterRecoveryEnabled
- the value to setpublic IntegrationInstanceSummary.Builder dataRetentionPeriod(IntegrationInstanceSummary.DataRetentionPeriod dataRetentionPeriod)
Data retention period set for given integration instance
dataRetentionPeriod
- the value to setpublic IntegrationInstanceSummary build()
public IntegrationInstanceSummary.Builder copy(IntegrationInstanceSummary model)
Copyright © 2016–2024. All rights reserved.