public static class OperatorActionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OperatorActionSummary |
build() |
OperatorActionSummary.Builder |
compartmentId(String compartmentId)
compartmentId for which the OperatorAction is applicable
|
OperatorActionSummary.Builder |
component(String component)
Name of the component for which the operator action is applicable.
|
OperatorActionSummary.Builder |
copy(OperatorActionSummary model) |
OperatorActionSummary.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.
|
OperatorActionSummary.Builder |
id(String id)
Unique identifier assigned by Oracle to an operator action.
|
OperatorActionSummary.Builder |
lifecycleState(OperatorActionLifecycleStates lifecycleState)
The current lifecycle state of the operator action.
|
OperatorActionSummary.Builder |
name(String name)
Name of the operator action.
|
OperatorActionSummary.Builder |
resourceType(ResourceTypes resourceType)
resourceType for which the OperatorAction is applicable
|
public OperatorActionSummary.Builder id(String id)
Unique identifier assigned by Oracle to an operator action.
id
- the value to setpublic OperatorActionSummary.Builder name(String name)
Name of the operator action.
name
- the value to setpublic OperatorActionSummary.Builder component(String component)
Name of the component for which the operator action is applicable.
component
- the value to setpublic OperatorActionSummary.Builder compartmentId(String compartmentId)
compartmentId for which the OperatorAction is applicable
compartmentId
- the value to setpublic OperatorActionSummary.Builder resourceType(ResourceTypes resourceType)
resourceType for which the OperatorAction is applicable
resourceType
- the value to setpublic OperatorActionSummary.Builder lifecycleState(OperatorActionLifecycleStates lifecycleState)
The current lifecycle state of the operator action.
lifecycleState
- the value to setpublic OperatorActionSummary.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 OperatorActionSummary build()
public OperatorActionSummary.Builder copy(OperatorActionSummary model)
Copyright © 2016–2024. All rights reserved.