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