Package com.oracle.bmc.datasafe.model
Class EnableConditions.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.EnableConditions.Builder
-
- Enclosing class:
- EnableConditions
public static class EnableConditions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableConditions
build()
EnableConditions.Builder
copy(EnableConditions model)
EnableConditions.Builder
entityNames(List<String> entityNames)
List of users or roles that the policy must be enabled for.EnableConditions.Builder
entitySelection(EnableConditions.EntitySelection entitySelection)
The entity include or exclude selection.EnableConditions.Builder
entityType(EnableConditions.EntityType entityType)
The entity type that the policy must be enabled for.EnableConditions.Builder
operationStatus(EnableConditions.OperationStatus operationStatus)
The operation status that the policy must be enabled for.
-
-
-
Method Detail
-
entitySelection
public EnableConditions.Builder entitySelection(EnableConditions.EntitySelection entitySelection)
The entity include or exclude selection.- Parameters:
entitySelection
- the value to set- Returns:
- this builder
-
entityType
public EnableConditions.Builder entityType(EnableConditions.EntityType entityType)
The entity type that the policy must be enabled for.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
operationStatus
public EnableConditions.Builder operationStatus(EnableConditions.OperationStatus operationStatus)
The operation status that the policy must be enabled for.- Parameters:
operationStatus
- the value to set- Returns:
- this builder
-
entityNames
public EnableConditions.Builder entityNames(List<String> entityNames)
List of users or roles that the policy must be enabled for.- Parameters:
entityNames
- the value to set- Returns:
- this builder
-
build
public EnableConditions build()
-
copy
public EnableConditions.Builder copy(EnableConditions model)
-
-