Package com.oracle.bmc.database.model
Class DbConnectionBundleSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbConnectionBundleSummary.Builder
-
- Enclosing class:
- DbConnectionBundleSummary
public static class DbConnectionBundleSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbConnectionBundleSummary.BuilderassociatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources associated with the connection bundle.DbConnectionBundleSummarybuild()DbConnectionBundleSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the database connection bundle.DbConnectionBundleSummary.Buildercopy(DbConnectionBundleSummary model)DbConnectionBundleSummary.BuilderdbConnectionBundleType(DbConnectionBundleSummary.DbConnectionBundleType dbConnectionBundleType)The type of the database connection bundle.DbConnectionBundleSummary.BuilderdefinedTags(Map<String,Map<String,String>> definedTags)Defined tags for this resource.DbConnectionBundleSummary.BuilderdisplayName(String displayName)Display name for the connection bundle.DbConnectionBundleSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.DbConnectionBundleSummary.Builderid(String id)The OCID of the database connection bundle.DbConnectionBundleSummary.BuilderisProtected(Boolean isProtected)True for the default, service-created Database Connection Bundle.DbConnectionBundleSummary.BuilderlifecycleState(DbConnectionBundleSummary.LifecycleState lifecycleState)The current lifecycle state of the database connection bundle.DbConnectionBundleSummary.BuildersystemTags(Map<String,Map<String,String>> systemTags)System tags for this resource.DbConnectionBundleSummary.BuildertimeCreated(Date timeCreated)The time the database connection bundle was created.DbConnectionBundleSummary.BuildertimeLastRefreshed(Date timeLastRefreshed)The time the database connection bundle was last refreshed.DbConnectionBundleSummary.BuildertimeUpdated(Date timeUpdated)The time the database connection bundle was updated.
-
-
-
Method Detail
-
id
public DbConnectionBundleSummary.Builder id(String id)
The OCID of the database connection bundle.- Parameters:
id- the value to set- Returns:
- this builder
-
compartmentId
public DbConnectionBundleSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the database connection bundle.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
displayName
public DbConnectionBundleSummary.Builder displayName(String displayName)
Display name for the connection bundle.- Parameters:
displayName- the value to set- Returns:
- this builder
-
timeCreated
public DbConnectionBundleSummary.Builder timeCreated(Date timeCreated)
The time the database connection bundle was created.An RFC3339 formatted datetime string.
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public DbConnectionBundleSummary.Builder timeUpdated(Date timeUpdated)
The time the database connection bundle was updated.An RFC3339 formatted datetime string.
- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
timeLastRefreshed
public DbConnectionBundleSummary.Builder timeLastRefreshed(Date timeLastRefreshed)
The time the database connection bundle was last refreshed.An RFC3339 formatted datetime string.
- Parameters:
timeLastRefreshed- the value to set- Returns:
- this builder
-
associatedResourceDetails
public DbConnectionBundleSummary.Builder associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)
Details about the resources associated with the connection bundle.- Parameters:
associatedResourceDetails- the value to set- Returns:
- this builder
-
isProtected
public DbConnectionBundleSummary.Builder isProtected(Boolean isProtected)
True for the default, service-created Database Connection Bundle.- Parameters:
isProtected- the value to set- Returns:
- this builder
-
freeformTags
public DbConnectionBundleSummary.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 DbConnectionBundleSummary.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
-
systemTags
public DbConnectionBundleSummary.Builder systemTags(Map<String,Map<String,String>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
lifecycleState
public DbConnectionBundleSummary.Builder lifecycleState(DbConnectionBundleSummary.LifecycleState lifecycleState)
The current lifecycle state of the database connection bundle.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
dbConnectionBundleType
public DbConnectionBundleSummary.Builder dbConnectionBundleType(DbConnectionBundleSummary.DbConnectionBundleType dbConnectionBundleType)
The type of the database connection bundle.- Parameters:
dbConnectionBundleType- the value to set- Returns:
- this builder
-
build
public DbConnectionBundleSummary build()
-
copy
public DbConnectionBundleSummary.Builder copy(DbConnectionBundleSummary model)
-
-