Class CreateHostedApplicationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CreateHostedApplicationDetails.Builder
-
- Enclosing class:
- CreateHostedApplicationDetails
public static class CreateHostedApplicationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateHostedApplicationDetails.Builder displayName(String displayName)
The user-friendly display name for the Hosted Application.Does not need to be unique and can be updated after creation.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public CreateHostedApplicationDetails.Builder compartmentId(String compartmentId)
The compartment OCID for the Hosted Application.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
description
public CreateHostedApplicationDetails.Builder description(String description)
The description for the Hosted Application.- Parameters:
description- the value to set- Returns:
- this builder
-
scalingConfig
public CreateHostedApplicationDetails.Builder scalingConfig(ScalingConfig scalingConfig)
-
inboundAuthConfig
public CreateHostedApplicationDetails.Builder inboundAuthConfig(InboundAuthConfig inboundAuthConfig)
-
networkingConfig
public CreateHostedApplicationDetails.Builder networkingConfig(NetworkingConfig networkingConfig)
-
storageConfigs
public CreateHostedApplicationDetails.Builder storageConfigs(List<StorageConfig> storageConfigs)
The list of storage configuration for the Hosted Application.Defines a list of service-managed storage back-ends.
- Parameters:
storageConfigs- the value to set- Returns:
- this builder
-
environmentVariables
public CreateHostedApplicationDetails.Builder environmentVariables(List<EnvironmentVariable> environmentVariables)
The list of environment variables for the Hosted Application.Defines a list of environment variables injected at runtime.
- Parameters:
environmentVariables- the value to set- Returns:
- this builder
-
freeformTags
public CreateHostedApplicationDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public CreateHostedApplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public CreateHostedApplicationDetails build()
-
copy
public CreateHostedApplicationDetails.Builder copy(CreateHostedApplicationDetails model)
-
-