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