public static class OperatorAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OperatorAction |
build() |
OperatorAction.Builder |
component(String component)
Name of the infrastructure layer associated with the operator action.
|
OperatorAction.Builder |
copy(OperatorAction model) |
OperatorAction.Builder |
customerDisplayName(String customerDisplayName)
Display Name of the operator action.
|
OperatorAction.Builder |
description(String description)
Description of the operator action in terms of associated risk profile, and
characteristics of the operating system commands made available to the operator under
this operator action.
|
OperatorAction.Builder |
id(String id)
Unique Oracle assigned identifier for the operator action.
|
OperatorAction.Builder |
name(String name)
Unique name of the operator action.
|
OperatorAction.Builder |
properties(List<OperatorActionProperties> properties)
Fine grained properties associated with the operator control.
|
OperatorAction.Builder |
resourceType(ResourceTypes resourceType)
resourceType for which the OperatorAction is applicable
|
public OperatorAction.Builder id(String id)
Unique Oracle assigned identifier for the operator action.
id
- the value to setpublic OperatorAction.Builder name(String name)
Unique name of the operator action.
name
- the value to setpublic OperatorAction.Builder customerDisplayName(String customerDisplayName)
Display Name of the operator action.
customerDisplayName
- the value to setpublic OperatorAction.Builder component(String component)
Name of the infrastructure layer associated with the operator action.
component
- the value to setpublic OperatorAction.Builder resourceType(ResourceTypes resourceType)
resourceType for which the OperatorAction is applicable
resourceType
- the value to setpublic OperatorAction.Builder description(String description)
Description of the operator action in terms of associated risk profile, and characteristics of the operating system commands made available to the operator under this operator action.
description
- the value to setpublic OperatorAction.Builder properties(List<OperatorActionProperties> properties)
Fine grained properties associated with the operator control.
properties
- the value to setpublic OperatorAction build()
public OperatorAction.Builder copy(OperatorAction model)
Copyright © 2016–2024. All rights reserved.