Class ServiceEnvironmentSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentSummary.Builder
-
- Enclosing class:
- ServiceEnvironmentSummary
public static class ServiceEnvironmentSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public 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
-
subscriptionId
public 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
-
status
public ServiceEnvironmentSummary.Builder status(ServiceEntitlementRegistrationStatus status)
Status of the entitlement registration for the service.- Parameters:
status
- the value to set- Returns:
- this builder
-
compartmentId
public ServiceEnvironmentSummary.Builder compartmentId(String compartmentId)
The OCID for the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
serviceDefinition
public ServiceEnvironmentSummary.Builder serviceDefinition(ServiceDefinition serviceDefinition)
-
consoleUrl
public ServiceEnvironmentSummary.Builder consoleUrl(String consoleUrl)
The URL for the console.- Parameters:
consoleUrl
- the value to set- Returns:
- this builder
-
serviceEnvironmentEndpoints
public ServiceEnvironmentSummary.Builder serviceEnvironmentEndpoints(List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Array of service environment end points.- Parameters:
serviceEnvironmentEndpoints
- the value to set- Returns:
- this builder
-
definedTags
public 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
-
freeformTags
public 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
-
build
public ServiceEnvironmentSummary build()
-
copy
public ServiceEnvironmentSummary.Builder copy(ServiceEnvironmentSummary model)
-
-