public static class DbSystemEndpoint.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DbSystemEndpoint |
build() |
DbSystemEndpoint.Builder |
copy(DbSystemEndpoint o) |
DbSystemEndpoint.Builder |
hostname(String hostname) |
DbSystemEndpoint.Builder |
ipAddress(String ipAddress) |
DbSystemEndpoint.Builder |
modes(List<DbSystemEndpoint.Modes> modes) |
DbSystemEndpoint.Builder |
port(Integer port) |
DbSystemEndpoint.Builder |
portX(Integer portX) |
DbSystemEndpoint.Builder |
status(DbSystemEndpoint.Status status) |
DbSystemEndpoint.Builder |
statusDetails(String statusDetails) |
String |
toString() |
public DbSystemEndpoint.Builder hostname(String hostname)
public DbSystemEndpoint.Builder ipAddress(String ipAddress)
public DbSystemEndpoint.Builder port(Integer port)
public DbSystemEndpoint.Builder portX(Integer portX)
public DbSystemEndpoint.Builder modes(List<DbSystemEndpoint.Modes> modes)
public DbSystemEndpoint.Builder status(DbSystemEndpoint.Status status)
public DbSystemEndpoint.Builder statusDetails(String statusDetails)
public DbSystemEndpoint build()
public DbSystemEndpoint.Builder copy(DbSystemEndpoint o)
Copyright © 2016–2021. All rights reserved.