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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceRegionInformation
build()
SourceRegionInformation.Builder
copy(SourceRegionInformation model)
SourceRegionInformation.Builder
sourceKeyId(String sourceKeyId)
The OCID of the source region KMS key.SourceRegionInformation.Builder
sourceRegion(String sourceRegion)
The name of the source’s region.SourceRegionInformation.Builder
sourceVaultId(String sourceVaultId)
The OCID of the source region’s Vault.
-
-
-
Method Detail
-
sourceKeyId
public SourceRegionInformation.Builder sourceKeyId(String sourceKeyId)
The OCID of the source region KMS key.- Parameters:
sourceKeyId
- the value to set- Returns:
- this builder
-
sourceRegion
public SourceRegionInformation.Builder sourceRegion(String sourceRegion)
The name of the source’s region.- Parameters:
sourceRegion
- the value to set- Returns:
- this builder
-
sourceVaultId
public SourceRegionInformation.Builder sourceVaultId(String sourceVaultId)
The OCID of the source region’s Vault.- Parameters:
sourceVaultId
- the value to set- Returns:
- this builder
-
build
public SourceRegionInformation build()
-
copy
public SourceRegionInformation.Builder copy(SourceRegionInformation model)
-
-