public static class ServiceProviderAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceProviderAction |
build() |
ServiceProviderAction.Builder |
component(String component)
Name of the infrastructure layer associated with the Service Provider Action.
|
ServiceProviderAction.Builder |
copy(ServiceProviderAction model) |
ServiceProviderAction.Builder |
customerDisplayName(String customerDisplayName)
Display Name of the Service Provider Action.
|
ServiceProviderAction.Builder |
description(String description)
Description of the Service Provider Action in terms of associated risk profile, and
characteristics of the operating system commands made available to the support operator
under this Service Provider Action.
|
ServiceProviderAction.Builder |
id(String id)
Unique Oracle assigned identifier for the Service Provider Action.
|
ServiceProviderAction.Builder |
lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
|
ServiceProviderAction.Builder |
name(String name)
Unique name of the Service Provider Action.
|
ServiceProviderAction.Builder |
properties(List<ServiceProviderActionProperties> properties)
Fine grained properties associated with the Delegation Control.
|
ServiceProviderAction.Builder |
resourceType(DelegationControlResourceType resourceType)
resourceType for which the ServiceProviderAction is applicable
|
ServiceProviderAction.Builder |
serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)
List of Service Provider Service Types that this Service Provider Action is applicable
to.
|
public ServiceProviderAction.Builder id(String id)
Unique Oracle assigned identifier for the Service Provider Action.
id
- the value to setpublic ServiceProviderAction.Builder name(String name)
Unique name of the Service Provider Action.
name
- the value to setpublic ServiceProviderAction.Builder customerDisplayName(String customerDisplayName)
Display Name of the Service Provider Action.
customerDisplayName
- the value to setpublic ServiceProviderAction.Builder component(String component)
Name of the infrastructure layer associated with the Service Provider Action.
component
- the value to setpublic ServiceProviderAction.Builder resourceType(DelegationControlResourceType resourceType)
resourceType for which the ServiceProviderAction is applicable
resourceType
- the value to setpublic ServiceProviderAction.Builder serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)
List of Service Provider Service Types that this Service Provider Action is applicable to.
serviceProviderServiceTypes
- the value to setpublic ServiceProviderAction.Builder lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
lifecycleState
- the value to setpublic ServiceProviderAction.Builder description(String description)
Description of the Service Provider Action in terms of associated risk profile, and characteristics of the operating system commands made available to the support operator under this Service Provider Action.
description
- the value to setpublic ServiceProviderAction.Builder properties(List<ServiceProviderActionProperties> properties)
Fine grained properties associated with the Delegation Control.
properties
- the value to setpublic ServiceProviderAction build()
public ServiceProviderAction.Builder copy(ServiceProviderAction model)
Copyright © 2016–2024. All rights reserved.