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