Package com.oracle.bmc.database.model
Class UpdateDbConnectionBundleDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.UpdateDbConnectionBundleDetails.Builder
-
- Enclosing class:
- UpdateDbConnectionBundleDetails
public static class UpdateDbConnectionBundleDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDbConnectionBundleDetails.BuilderassociatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources to associate with the connection bundle.UpdateDbConnectionBundleDetailsbuild()UpdateDbConnectionBundleDetails.Buildercopy(UpdateDbConnectionBundleDetails model)UpdateDbConnectionBundleDetails.BuilderdefinedTags(Map<String,Map<String,String>> definedTags)Defined tags for this resource.UpdateDbConnectionBundleDetails.BuilderdisplayName(String displayName)Display name for the connection bundle.UpdateDbConnectionBundleDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
-
-
-
Method Detail
-
displayName
public UpdateDbConnectionBundleDetails.Builder displayName(String displayName)
Display name for the connection bundle.- Parameters:
displayName- the value to set- Returns:
- this builder
-
associatedResourceDetails
public UpdateDbConnectionBundleDetails.Builder associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)
Details about the resources to associate with the connection bundle.- Parameters:
associatedResourceDetails- the value to set- Returns:
- this builder
-
freeformTags
public UpdateDbConnectionBundleDetails.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 UpdateDbConnectionBundleDetails.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 UpdateDbConnectionBundleDetails build()
-
copy
public UpdateDbConnectionBundleDetails.Builder copy(UpdateDbConnectionBundleDetails model)
-
-