public static class ServiceEnvironmentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public ServiceEnvironmentSummary.Builder id(String id)
Unqiue identifier for the entitlement related to the environment.
*Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
id
- the value to setpublic ServiceEnvironmentSummary.Builder subscriptionId(String subscriptionId)
The unique subscription ID associated with the service environment ID.
*Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
subscriptionId
- the value to setpublic ServiceEnvironmentSummary.Builder status(ServiceEntitlementRegistrationStatus status)
Status of the entitlement registration for the service.
status
- the value to setpublic ServiceEnvironmentSummary.Builder compartmentId(String compartmentId)
The OCID for the compartment.
compartmentId
- the value to setpublic ServiceEnvironmentSummary.Builder serviceDefinition(ServiceDefinition serviceDefinition)
public ServiceEnvironmentSummary.Builder consoleUrl(String consoleUrl)
The URL for the console.
consoleUrl
- the value to setpublic ServiceEnvironmentSummary.Builder serviceEnvironmentEndpoints(List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Array of service environment end points.
serviceEnvironmentEndpoints
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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"}
freeformTags
- the value to setpublic ServiceEnvironmentSummary build()
public ServiceEnvironmentSummary.Builder copy(ServiceEnvironmentSummary model)
Copyright © 2016–2024. All rights reserved.