Package com.oracle.bmc.database.model
Class DownloadDbConnectionBundleDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DownloadDbConnectionBundleDetails.Builder
-
- Enclosing class:
- DownloadDbConnectionBundleDetails
public static class DownloadDbConnectionBundleDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadDbConnectionBundleDetailsbuild()DownloadDbConnectionBundleDetails.Buildercopy(DownloadDbConnectionBundleDetails model)DownloadDbConnectionBundleDetails.Builderpassword(String password)The password to encrypt the keys inside the bundle.
-
-
-
Method Detail
-
password
public DownloadDbConnectionBundleDetails.Builder password(String password)
The password to encrypt the keys inside the bundle.The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.
- Parameters:
password- the value to set- Returns:
- this builder
-
build
public DownloadDbConnectionBundleDetails build()
-
copy
public DownloadDbConnectionBundleDetails.Builder copy(DownloadDbConnectionBundleDetails model)
-
-