public static class EnableConditions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public EnableConditions.Builder entitySelection(EnableConditions.EntitySelection entitySelection)
The entity include or exclude selection.
entitySelection
- the value to setpublic EnableConditions.Builder entityType(EnableConditions.EntityType entityType)
The entity type that the policy must be enabled for.
entityType
- the value to setpublic EnableConditions.Builder operationStatus(EnableConditions.OperationStatus operationStatus)
The operation status that the policy must be enabled for.
operationStatus
- the value to setpublic EnableConditions.Builder entityNames(List<String> entityNames)
List of users or roles that the policy must be enabled for.
entityNames
- the value to setpublic EnableConditions build()
public EnableConditions.Builder copy(EnableConditions model)
Copyright © 2016–2024. All rights reserved.