Package com.oracle.bmc.vault.model
Class SourceRegionInformation.Builder
- java.lang.Object
- 
- com.oracle.bmc.vault.model.SourceRegionInformation.Builder
 
- 
- Enclosing class:
- SourceRegionInformation
 
 public static class SourceRegionInformation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceRegionInformationbuild()SourceRegionInformation.Buildercopy(SourceRegionInformation model)SourceRegionInformation.BuildersourceKeyId(String sourceKeyId)The OCID of the source region KMS key.SourceRegionInformation.BuildersourceRegion(String sourceRegion)The name of the source’s region.SourceRegionInformation.BuildersourceVaultId(String sourceVaultId)The OCID of the source region’s Vault.
 
- 
- 
- 
Method Detail- 
sourceKeyIdpublic SourceRegionInformation.Builder sourceKeyId(String sourceKeyId) The OCID of the source region KMS key.- Parameters:
- sourceKeyId- the value to set
- Returns:
- this builder
 
 - 
sourceRegionpublic SourceRegionInformation.Builder sourceRegion(String sourceRegion) The name of the source’s region.- Parameters:
- sourceRegion- the value to set
- Returns:
- this builder
 
 - 
sourceVaultIdpublic SourceRegionInformation.Builder sourceVaultId(String sourceVaultId) The OCID of the source region’s Vault.- Parameters:
- sourceVaultId- the value to set
- Returns:
- this builder
 
 - 
buildpublic SourceRegionInformation build() 
 - 
copypublic SourceRegionInformation.Builder copy(SourceRegionInformation model) 
 
- 
 
-