Class ServiceEnvironmentEndPointOverview.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentEndPointOverview.Builder
-
- Enclosing class:
- ServiceEnvironmentEndPointOverview
public static class ServiceEnvironmentEndPointOverview.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceEnvironmentEndPointOverview
build()
ServiceEnvironmentEndPointOverview.Builder
copy(ServiceEnvironmentEndPointOverview model)
ServiceEnvironmentEndPointOverview.Builder
description(String description)
Description of the environment linkServiceEnvironmentEndPointOverview.Builder
environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)
Service environment endpoint type.ServiceEnvironmentEndPointOverview.Builder
url(String url)
Service environment instance URL.
-
-
-
Method Detail
-
environmentType
public ServiceEnvironmentEndPointOverview.Builder environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)
Service environment endpoint type.- Parameters:
environmentType
- the value to set- Returns:
- this builder
-
url
public ServiceEnvironmentEndPointOverview.Builder url(String url)
Service environment instance URL.- Parameters:
url
- the value to set- Returns:
- this builder
-
description
public ServiceEnvironmentEndPointOverview.Builder description(String description)
Description of the environment link- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public ServiceEnvironmentEndPointOverview build()
-
copy
public ServiceEnvironmentEndPointOverview.Builder copy(ServiceEnvironmentEndPointOverview model)
-
-