public static class ServiceEnvironmentEndPointOverview.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceEnvironmentEndPointOverview |
build() |
ServiceEnvironmentEndPointOverview.Builder |
copy(ServiceEnvironmentEndPointOverview model) |
ServiceEnvironmentEndPointOverview.Builder |
description(String description)
Description of the environment link
|
ServiceEnvironmentEndPointOverview.Builder |
environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)
Service environment endpoint type.
|
ServiceEnvironmentEndPointOverview.Builder |
url(String url)
Service environment instance URL.
|
public ServiceEnvironmentEndPointOverview.Builder environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)
Service environment endpoint type.
environmentType
- the value to setpublic ServiceEnvironmentEndPointOverview.Builder url(String url)
Service environment instance URL.
url
- the value to setpublic ServiceEnvironmentEndPointOverview.Builder description(String description)
Description of the environment link
description
- the value to setpublic ServiceEnvironmentEndPointOverview build()
public ServiceEnvironmentEndPointOverview.Builder copy(ServiceEnvironmentEndPointOverview model)
Copyright © 2016–2024. All rights reserved.