Package com.oracle.bmc.database.model
Class CreateDbConnectionBundleDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.CreateDbConnectionBundleDetails.Builder
-
- Enclosing class:
- CreateDbConnectionBundleDetails
public static class CreateDbConnectionBundleDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public CreateDbConnectionBundleDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the database connection bundle.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
displayName
public CreateDbConnectionBundleDetails.Builder displayName(String displayName)
Display name for the connection bundle.- Parameters:
displayName- the value to set- Returns:
- this builder
-
dbConnectionBundleType
public CreateDbConnectionBundleDetails.Builder dbConnectionBundleType(CreateDbConnectionBundleDetails.DbConnectionBundleType dbConnectionBundleType)
The type of the database connection bundle.- Parameters:
dbConnectionBundleType- the value to set- Returns:
- this builder
-
associatedResourceDetails
public CreateDbConnectionBundleDetails.Builder associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)
Details about the resources to associate with the connection bundle.- Parameters:
associatedResourceDetails- the value to set- Returns:
- this builder
-
tenantId
public CreateDbConnectionBundleDetails.Builder tenantId(String tenantId)
The tenancy ID for the connection bundle.- Parameters:
tenantId- the value to set- Returns:
- this builder
-
freeformTags
public CreateDbConnectionBundleDetails.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.
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public CreateDbConnectionBundleDetails.Builder definedTags(Map<String,Map<String,String>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public CreateDbConnectionBundleDetails build()
-
copy
public CreateDbConnectionBundleDetails.Builder copy(CreateDbConnectionBundleDetails model)
-
-