Class ServiceEnvironmentSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentSummary.Builder
 
- 
- Enclosing class:
- ServiceEnvironmentSummary
 
 public static class ServiceEnvironmentSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic ServiceEnvironmentSummary.Builder id(String id) Unqiue identifier for the entitlement related to the environment.*Note:** Not an [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). - Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
subscriptionIdpublic ServiceEnvironmentSummary.Builder subscriptionId(String subscriptionId) The unique subscription ID associated with the service environment ID.*Note:** Not an [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). - Parameters:
- subscriptionId- the value to set
- Returns:
- this builder
 
 - 
statuspublic ServiceEnvironmentSummary.Builder status(ServiceEntitlementRegistrationStatus status) Status of the entitlement registration for the service.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ServiceEnvironmentSummary.Builder compartmentId(String compartmentId) The OCID for the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
serviceDefinitionpublic ServiceEnvironmentSummary.Builder serviceDefinition(ServiceDefinition serviceDefinition) 
 - 
consoleUrlpublic ServiceEnvironmentSummary.Builder consoleUrl(String consoleUrl) The URL for the console.- Parameters:
- consoleUrl- the value to set
- Returns:
- this builder
 
 - 
serviceEnvironmentEndpointspublic ServiceEnvironmentSummary.Builder serviceEnvironmentEndpoints(List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints) Array of service environment end points.- Parameters:
- serviceEnvironmentEndpoints- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ServiceEnvironmentSummary.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
 
 - 
freeformTagspublic ServiceEnvironmentSummary.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: {"CostCenter": "42"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceEnvironmentSummary build() 
 - 
copypublic ServiceEnvironmentSummary.Builder copy(ServiceEnvironmentSummary model) 
 
- 
 
-