Class ServiceProvider.Builder
- java.lang.Object
- 
- com.oracle.bmc.delegateaccesscontrol.model.ServiceProvider.Builder
 
- 
- Enclosing class:
- ServiceProvider
 
 public static class ServiceProvider.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceProviderbuild()ServiceProvider.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the Delegation Control.ServiceProvider.Buildercopy(ServiceProvider model)ServiceProvider.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ServiceProvider.Builderdescription(String description)Description of the Service Provider.ServiceProvider.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ServiceProvider.Builderid(String id)Unique identifier for the Service Provider.ServiceProvider.BuilderlifecycleState(ServiceProvider.LifecycleState lifecycleState)The current lifecycle state of the Service Provider.ServiceProvider.BuilderlifecycleStateDetails(String lifecycleStateDetails)Description of the current lifecycle state in more detail.ServiceProvider.Buildername(String name)Unique name of the Service Provider.ServiceProvider.BuilderserviceProviderType(ServiceProvider.ServiceProviderType serviceProviderType)Service Provider type.ServiceProvider.BuilderserviceTypes(List<ServiceProviderServiceType> serviceTypes)Types of services offered by this provider.ServiceProvider.BuildersupportedResourceTypes(List<DelegationControlResourceType> supportedResourceTypes)Resource types for which this provider will provide service.ServiceProvider.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ServiceProvider.BuildertimeCreated(Date timeCreated)Time when the Service Provider was created expressed in RFC 3339 timestamp format, e.g.ServiceProvider.BuildertimeUpdated(Date timeUpdated)Time when the Service Provider was last modified expressed in RFC 3339 timestamp format, e.g.
 
- 
- 
- 
Method Detail- 
idpublic ServiceProvider.Builder id(String id) Unique identifier for the Service Provider.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ServiceProvider.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the Delegation Control.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
namepublic ServiceProvider.Builder name(String name) Unique name of the Service Provider.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ServiceProvider.Builder description(String description) Description of the Service Provider.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
serviceProviderTypepublic ServiceProvider.Builder serviceProviderType(ServiceProvider.ServiceProviderType serviceProviderType) Service Provider type.- Parameters:
- serviceProviderType- the value to set
- Returns:
- this builder
 
 - 
serviceTypespublic ServiceProvider.Builder serviceTypes(List<ServiceProviderServiceType> serviceTypes) Types of services offered by this provider.- Parameters:
- serviceTypes- the value to set
- Returns:
- this builder
 
 - 
supportedResourceTypespublic ServiceProvider.Builder supportedResourceTypes(List<DelegationControlResourceType> supportedResourceTypes) Resource types for which this provider will provide service.Default to all if not specified. - Parameters:
- supportedResourceTypes- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ServiceProvider.Builder lifecycleState(ServiceProvider.LifecycleState lifecycleState) The current lifecycle state of the Service Provider.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleStateDetailspublic ServiceProvider.Builder lifecycleStateDetails(String lifecycleStateDetails) Description of the current lifecycle state in more detail.- Parameters:
- lifecycleStateDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ServiceProvider.Builder timeCreated(Date timeCreated) Time when the Service Provider was created expressed in RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’ - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ServiceProvider.Builder timeUpdated(Date timeUpdated) Time when the Service Provider was last modified expressed in RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’ - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ServiceProvider.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ServiceProvider.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic ServiceProvider.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceProvider build() 
 - 
copypublic ServiceProvider.Builder copy(ServiceProvider model) 
 
- 
 
-