static UpdateConnectionResponse.Builder |
UpdateConnectionResponse.builder() |
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connectionId(String connectionId) |
The ID of the connection.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.description(String description) |
The connection description.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.domainId(String domainId) |
The ID of the domain where a connection is to be updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.domainUnitId(String domainUnitId) |
The ID of the domain unit where a connection is to be updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.environmentId(String environmentId) |
The ID of the environment where a connection is to be updated.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.name(String name) |
The name of the connection.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints) |
The physical endpoints of the connection.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.physicalEndpoints(Consumer<PhysicalEndpoint.Builder>... physicalEndpoints) |
The physical endpoints of the connection.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.physicalEndpoints(PhysicalEndpoint... physicalEndpoints) |
The physical endpoints of the connection.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.projectId(String projectId) |
The project ID of the connection.
|
default UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.props(Consumer<ConnectionPropertiesOutput.Builder> props) |
The connection props.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.props(ConnectionPropertiesOutput props) |
The connection props.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.toBuilder() |
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.type(String type) |
The connection type.
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.type(ConnectionType type) |
The connection type.
|