public static class IntegrationInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IntegrationInstance.Builder |
alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the integration instance URL.
|
IntegrationInstance.Builder |
attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
|
IntegrationInstance |
build() |
IntegrationInstance.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
IntegrationInstance.Builder |
consumptionModel(IntegrationInstance.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
|
IntegrationInstance.Builder |
copy(IntegrationInstance model) |
IntegrationInstance.Builder |
customEndpoint(CustomEndpointDetails customEndpoint) |
IntegrationInstance.Builder |
dataRetentionPeriod(IntegrationInstance.DataRetentionPeriod dataRetentionPeriod)
Data retention period set for given integration instance
|
IntegrationInstance.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
IntegrationInstance.Builder |
disasterRecoveryDetails(DisasterRecoveryDetails disasterRecoveryDetails) |
IntegrationInstance.Builder |
displayName(String displayName)
Integration Instance Identifier, can be renamed.
|
IntegrationInstance.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
IntegrationInstance.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
IntegrationInstance.Builder |
idcsInfo(IdcsInfoDetails idcsInfo) |
IntegrationInstance.Builder |
instanceDesignTimeUrl(String instanceDesignTimeUrl)
The Integration Instance Design Time URL
|
IntegrationInstance.Builder |
instanceUrl(String instanceUrl)
The Integration Instance URL.
|
IntegrationInstance.Builder |
integrationInstanceType(IntegrationInstance.IntegrationInstanceType integrationInstanceType)
Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and
STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
|
IntegrationInstance.Builder |
isByol(Boolean isByol)
Bring your own license.
|
IntegrationInstance.Builder |
isDisasterRecoveryEnabled(Boolean isDisasterRecoveryEnabled)
Is Disaster Recovery enabled for the integrationInstance
|
IntegrationInstance.Builder |
isFileServerEnabled(Boolean isFileServerEnabled)
The file server is enabled or not.
|
IntegrationInstance.Builder |
isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
VisualBuilder is enabled or not.
|
IntegrationInstance.Builder |
lifecycleDetails(String lifecycleDetails)
Additional details of lifecycleState or substates
|
IntegrationInstance.Builder |
lifecycleState(IntegrationInstance.LifecycleState lifecycleState)
The current state of the integration instance.
|
IntegrationInstance.Builder |
messagePacks(Integer messagePacks)
The number of configured message packs (if any)
|
IntegrationInstance.Builder |
networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails) |
IntegrationInstance.Builder |
privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection) |
IntegrationInstance.Builder |
shape(IntegrationInstance.Shape shape)
Shape
|
IntegrationInstance.Builder |
stateMessage(String stateMessage)
An message describing the current state in more detail.
|
IntegrationInstance.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
IntegrationInstance.Builder |
timeCreated(Date timeCreated)
The time the the IntegrationInstance was created.
|
IntegrationInstance.Builder |
timeUpdated(Date timeUpdated)
The time the IntegrationInstance was updated.
|
public IntegrationInstance.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic IntegrationInstance.Builder displayName(String displayName)
Integration Instance Identifier, can be renamed.
displayName
- the value to setpublic IntegrationInstance.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic IntegrationInstance.Builder integrationInstanceType(IntegrationInstance.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 IntegrationInstance.Builder timeCreated(Date timeCreated)
The time the the IntegrationInstance was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic IntegrationInstance.Builder timeUpdated(Date timeUpdated)
The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic IntegrationInstance.Builder lifecycleState(IntegrationInstance.LifecycleState lifecycleState)
The current state of the integration instance.
lifecycleState
- the value to setpublic IntegrationInstance.Builder lifecycleDetails(String lifecycleDetails)
Additional details of lifecycleState or substates
lifecycleDetails
- the value to setpublic IntegrationInstance.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 IntegrationInstance.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 IntegrationInstance.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 IntegrationInstance.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 IntegrationInstance.Builder isByol(Boolean isByol)
Bring your own license.
isByol
- the value to setpublic IntegrationInstance.Builder instanceUrl(String instanceUrl)
The Integration Instance URL.
instanceUrl
- the value to setpublic IntegrationInstance.Builder instanceDesignTimeUrl(String instanceDesignTimeUrl)
The Integration Instance Design Time URL
instanceDesignTimeUrl
- the value to setpublic IntegrationInstance.Builder messagePacks(Integer messagePacks)
The number of configured message packs (if any)
messagePacks
- the value to setpublic IntegrationInstance.Builder isFileServerEnabled(Boolean isFileServerEnabled)
The file server is enabled or not.
isFileServerEnabled
- the value to setpublic IntegrationInstance.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
VisualBuilder is enabled or not.
isVisualBuilderEnabled
- the value to setpublic IntegrationInstance.Builder customEndpoint(CustomEndpointDetails customEndpoint)
public IntegrationInstance.Builder alternateCustomEndpoints(List<CustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints used for the integration instance URL.
alternateCustomEndpoints
- the value to setpublic IntegrationInstance.Builder consumptionModel(IntegrationInstance.ConsumptionModel consumptionModel)
The entitlement used for billing purposes.
consumptionModel
- the value to setpublic IntegrationInstance.Builder networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails)
public IntegrationInstance.Builder idcsInfo(IdcsInfoDetails idcsInfo)
public IntegrationInstance.Builder attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
attachments
- the value to setpublic IntegrationInstance.Builder shape(IntegrationInstance.Shape shape)
Shape
shape
- the value to setpublic IntegrationInstance.Builder privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection)
public IntegrationInstance.Builder isDisasterRecoveryEnabled(Boolean isDisasterRecoveryEnabled)
Is Disaster Recovery enabled for the integrationInstance
isDisasterRecoveryEnabled
- the value to setpublic IntegrationInstance.Builder disasterRecoveryDetails(DisasterRecoveryDetails disasterRecoveryDetails)
public IntegrationInstance.Builder dataRetentionPeriod(IntegrationInstance.DataRetentionPeriod dataRetentionPeriod)
Data retention period set for given integration instance
dataRetentionPeriod
- the value to setpublic IntegrationInstance build()
public IntegrationInstance.Builder copy(IntegrationInstance model)
Copyright © 2016–2024. All rights reserved.