Class InboundAuthConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.InboundAuthConfig.Builder
-
- Enclosing class:
- InboundAuthConfig
public static class InboundAuthConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundAuthConfigbuild()InboundAuthConfig.Buildercopy(InboundAuthConfig model)InboundAuthConfig.BuilderidcsConfig(IdcsAuthConfig idcsConfig)InboundAuthConfig.BuilderinboundAuthConfigType(InboundAuthConfig.InboundAuthConfigType inboundAuthConfigType)Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
-
-
-
Method Detail
-
inboundAuthConfigType
public InboundAuthConfig.Builder inboundAuthConfigType(InboundAuthConfig.InboundAuthConfigType inboundAuthConfigType)
Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).- Parameters:
inboundAuthConfigType- the value to set- Returns:
- this builder
-
idcsConfig
public InboundAuthConfig.Builder idcsConfig(IdcsAuthConfig idcsConfig)
-
build
public InboundAuthConfig build()
-
copy
public InboundAuthConfig.Builder copy(InboundAuthConfig model)
-
-