Class AppBundleConfigurationProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppBundleConfigurationProperties.Builder
 
- 
- Enclosing class:
- AppBundleConfigurationProperties
 
 public static class AppBundleConfigurationProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppBundleConfigurationPropertiesbuild()AppBundleConfigurationProperties.Builderconfidential(Boolean confidential)If true, this bundle configuration property value is confidential and will be encrypted in Oracle Identity Cloud Service.AppBundleConfigurationProperties.Buildercopy(AppBundleConfigurationProperties model)AppBundleConfigurationProperties.BuilderdisplayName(String displayName)Display name of the bundle configuration property.AppBundleConfigurationProperties.BuilderhelpMessage(String helpMessage)Help message of the bundle configuration property.AppBundleConfigurationProperties.BuildericfType(AppBundleConfigurationProperties.IcfType icfType)ICF data type of the bundle configuration property.AppBundleConfigurationProperties.Buildername(String name)Name of the bundle configuration property.AppBundleConfigurationProperties.Builderorder(Integer order)Display sequence of the bundle configuration property.AppBundleConfigurationProperties.Builderrequired(Boolean required)If true, this bundle configuration property is required to connect to the target connected managed app.AppBundleConfigurationProperties.Buildervalue(List<String> value)Value of the bundle configuration property.
 
- 
- 
- 
Method Detail- 
namepublic AppBundleConfigurationProperties.Builder name(String name) Name of the bundle configuration property.This attribute maps to \“name\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AppBundleConfigurationProperties.Builder displayName(String displayName) Display name of the bundle configuration property.This attribute maps to \“displayName\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
icfTypepublic AppBundleConfigurationProperties.Builder icfType(AppBundleConfigurationProperties.IcfType icfType) ICF data type of the bundle configuration property.This attribute maps to \“type\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- icfType- the value to set
- Returns:
- this builder
 
 - 
valuepublic AppBundleConfigurationProperties.Builder value(List<String> value) Value of the bundle configuration property.This attribute maps to \“value\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsSensitive: encrypt - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
orderpublic AppBundleConfigurationProperties.Builder order(Integer order) Display sequence of the bundle configuration property.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none - Parameters:
- order- the value to set
- Returns:
- this builder
 
 - 
helpMessagepublic AppBundleConfigurationProperties.Builder helpMessage(String helpMessage) Help message of the bundle configuration property.This attribute maps to \“helpMessage\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- helpMessage- the value to set
- Returns:
- this builder
 
 - 
requiredpublic AppBundleConfigurationProperties.Builder required(Boolean required) If true, this bundle configuration property is required to connect to the target connected managed app.This attribute maps to \“isRequired\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: boolean - uniqueness: none - Parameters:
- required- the value to set
- Returns:
- this builder
 
 - 
confidentialpublic AppBundleConfigurationProperties.Builder confidential(Boolean confidential) If true, this bundle configuration property value is confidential and will be encrypted in Oracle Identity Cloud Service.This attribute maps to \“isConfidential\” attribute in \“ConfigurationProperty\” in ICF. *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: immutable - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- confidential- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppBundleConfigurationProperties build() 
 - 
copypublic AppBundleConfigurationProperties.Builder copy(AppBundleConfigurationProperties model) 
 
- 
 
-