Class PrivilegedApiDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.apiaccesscontrol.model.PrivilegedApiDetails.Builder
 
- 
- Enclosing class:
- PrivilegedApiDetails
 
 public static class PrivilegedApiDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivilegedApiDetails.BuilderapiName(String apiName)name of the api which needs to be protected.PrivilegedApiDetails.BuilderattributeNames(List<String> attributeNames)list of attributes belonging to the above api which needs to be protected.PrivilegedApiDetailsbuild()PrivilegedApiDetails.Buildercopy(PrivilegedApiDetails model)PrivilegedApiDetails.BuilderentityType(String entityType)type of the entity which needs to be protected.
 
- 
- 
- 
Method Detail- 
entityTypepublic PrivilegedApiDetails.Builder entityType(String entityType) type of the entity which needs to be protected.- Parameters:
- entityType- the value to set
- Returns:
- this builder
 
 - 
apiNamepublic PrivilegedApiDetails.Builder apiName(String apiName) name of the api which needs to be protected.- Parameters:
- apiName- the value to set
- Returns:
- this builder
 
 - 
attributeNamespublic PrivilegedApiDetails.Builder attributeNames(List<String> attributeNames) list of attributes belonging to the above api which needs to be protected.- Parameters:
- attributeNames- the value to set
- Returns:
- this builder
 
 - 
buildpublic PrivilegedApiDetails build() 
 - 
copypublic PrivilegedApiDetails.Builder copy(PrivilegedApiDetails model) 
 
- 
 
-