Package com.oracle.bmc.integration.model
Class CreateIntegrationInstanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.integration.model.CreateIntegrationInstanceDetails.Builder
-
- Enclosing class:
- CreateIntegrationInstanceDetails
public static class CreateIntegrationInstanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateIntegrationInstanceDetails.Builder displayName(String displayName)
Integration Instance Identifier.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public CreateIntegrationInstanceDetails.Builder compartmentId(String compartmentId)
Compartment Identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
integrationInstanceType
public CreateIntegrationInstanceDetails.Builder integrationInstanceType(CreateIntegrationInstanceDetails.IntegrationInstanceType integrationInstanceType)
Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX- Parameters:
integrationInstanceType
- the value to set- Returns:
- this builder
-
freeformTags
public CreateIntegrationInstanceDetails.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
-
definedTags
public CreateIntegrationInstanceDetails.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
isByol
public CreateIntegrationInstanceDetails.Builder isByol(Boolean isByol)
Bring your own license.- Parameters:
isByol
- the value to set- Returns:
- this builder
-
idcsAt
public CreateIntegrationInstanceDetails.Builder idcsAt(String idcsAt)
IDCS Authentication token.This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
- Parameters:
idcsAt
- the value to set- Returns:
- this builder
-
messagePacks
public CreateIntegrationInstanceDetails.Builder messagePacks(Integer messagePacks)
The number of configured message packs- Parameters:
messagePacks
- the value to set- Returns:
- this builder
-
isVisualBuilderEnabled
public CreateIntegrationInstanceDetails.Builder isVisualBuilderEnabled(Boolean isVisualBuilderEnabled)
Visual Builder is enabled or not.- Parameters:
isVisualBuilderEnabled
- the value to set- Returns:
- this builder
-
customEndpoint
public CreateIntegrationInstanceDetails.Builder customEndpoint(CreateCustomEndpointDetails customEndpoint)
-
alternateCustomEndpoints
public CreateIntegrationInstanceDetails.Builder alternateCustomEndpoints(List<CreateCustomEndpointDetails> alternateCustomEndpoints)
A list of alternate custom endpoints to be used for the integration instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).- Parameters:
alternateCustomEndpoints
- the value to set- Returns:
- this builder
-
consumptionModel
public CreateIntegrationInstanceDetails.Builder consumptionModel(CreateIntegrationInstanceDetails.ConsumptionModel consumptionModel)
Optional parameter specifying which entitlement to use for billing purposes.Only required if the account possesses more than one entitlement.
- Parameters:
consumptionModel
- the value to set- Returns:
- this builder
-
isFileServerEnabled
public CreateIntegrationInstanceDetails.Builder isFileServerEnabled(Boolean isFileServerEnabled)
The file server is enabled or not.- Parameters:
isFileServerEnabled
- the value to set- Returns:
- this builder
-
isDisasterRecoveryEnabled
public CreateIntegrationInstanceDetails.Builder isDisasterRecoveryEnabled(Boolean isDisasterRecoveryEnabled)
Is Disaster Recovery enabled or not.- Parameters:
isDisasterRecoveryEnabled
- the value to set- Returns:
- this builder
-
networkEndpointDetails
public CreateIntegrationInstanceDetails.Builder networkEndpointDetails(NetworkEndpointDetails networkEndpointDetails)
-
shape
public CreateIntegrationInstanceDetails.Builder shape(CreateIntegrationInstanceDetails.Shape shape)
Shape- Parameters:
shape
- the value to set- Returns:
- this builder
-
domainId
public CreateIntegrationInstanceDetails.Builder domainId(String domainId)
The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe.This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
- Parameters:
domainId
- the value to set- Returns:
- this builder
-
build
public CreateIntegrationInstanceDetails build()
-
copy
public CreateIntegrationInstanceDetails.Builder copy(CreateIntegrationInstanceDetails model)
-
-