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