Package com.oracle.bmc.cloudguard.model
Class ServiceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ServiceSummary.Builder
-
- Enclosing class:
- ServiceSummary
public static class ServiceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceSummarybuild()ServiceSummary.BuildercompartmentId(String compartmentId)OCID of the compartment.ServiceSummary.Buildercopy(ServiceSummary model)ServiceSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ServiceSummary.BuilderdisplayName(String displayName)The Value to be displayed on the One ConsoleServiceSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ServiceSummary.Builderid(String id)The ocid of the service.ServiceSummary.Builderregion(String region)The region in which the service existsServiceSummary.BuildersaasServiceName(String saasServiceName)The service name of the service.ServiceSummary.BuilderserviceOverviewPath(String serviceOverviewPath)The service overview path of the service.ServiceSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.
-
-
-
Method Detail
-
id
public ServiceSummary.Builder id(String id)
The ocid of the service.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public ServiceSummary.Builder displayName(String displayName)
The Value to be displayed on the One Console- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public ServiceSummary.Builder compartmentId(String compartmentId)
OCID of the compartment.Always a tenancy OCID
- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
saasServiceName
public ServiceSummary.Builder saasServiceName(String saasServiceName)
The service name of the service.This value is fetched from Tenant-Manager which syncs with TAS
- Parameters:
saasServiceName- the value to set- Returns:
- this builder
-
serviceOverviewPath
public ServiceSummary.Builder serviceOverviewPath(String serviceOverviewPath)
The service overview path of the service.This value is used to perform navigation to the service overview page.
- Parameters:
serviceOverviewPath- the value to set- Returns:
- this builder
-
region
public ServiceSummary.Builder region(String region)
The region in which the service exists- Parameters:
region- the value to set- Returns:
- this builder
-
freeformTags
public ServiceSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Avoid entering confidential information.
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public ServiceSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public ServiceSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public ServiceSummary build()
-
copy
public ServiceSummary.Builder copy(ServiceSummary model)
-
-