public static class ServiceProviderActionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceProviderActionSummary |
build() |
ServiceProviderActionSummary.Builder |
component(String component)
Name of the component for which the Service Provider Action is applicable.
|
ServiceProviderActionSummary.Builder |
copy(ServiceProviderActionSummary model) |
ServiceProviderActionSummary.Builder |
customerDisplayName(String customerDisplayName)
Display Name of the Service Provider Action.
|
ServiceProviderActionSummary.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.
|
ServiceProviderActionSummary.Builder |
id(String id)
Unique identifier assigned by Oracle to a Service Provider Action.
|
ServiceProviderActionSummary.Builder |
lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
|
ServiceProviderActionSummary.Builder |
name(String name)
Name of the Service Provider Action.
|
ServiceProviderActionSummary.Builder |
resourceType(DelegationControlResourceType resourceType)
resourceType for which the ServiceProviderAction is applicable
|
ServiceProviderActionSummary.Builder |
serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)
List of Service Provider Service Types that this Service Provider Action is applicable
to.
|
public ServiceProviderActionSummary.Builder id(String id)
Unique identifier assigned by Oracle to a Service Provider Action.
id
- the value to setpublic ServiceProviderActionSummary.Builder name(String name)
Name of the Service Provider Action.
name
- the value to setpublic ServiceProviderActionSummary.Builder customerDisplayName(String customerDisplayName)
Display Name of the Service Provider Action.
customerDisplayName
- the value to setpublic ServiceProviderActionSummary.Builder component(String component)
Name of the component for which the Service Provider Action is applicable.
component
- the value to setpublic ServiceProviderActionSummary.Builder resourceType(DelegationControlResourceType resourceType)
resourceType for which the ServiceProviderAction is applicable
resourceType
- the value to setpublic ServiceProviderActionSummary.Builder serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)
List of Service Provider Service Types that this Service Provider Action is applicable to.
serviceProviderServiceTypes
- the value to setpublic ServiceProviderActionSummary.Builder lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
lifecycleState
- the value to setpublic ServiceProviderActionSummary.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 ServiceProviderActionSummary build()
public ServiceProviderActionSummary.Builder copy(ServiceProviderActionSummary model)
Copyright © 2016–2024. All rights reserved.