public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
address(String address)
Address of the endpoint.
|
Endpoint.Builder |
type(EndpointType type)
Type of the endpoint.
|
Endpoint.Builder |
type(String type)
Type of the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpoint.Builder type(String type)
Type of the endpoint.
type - Type of the endpoint.EndpointType,
EndpointTypeEndpoint.Builder type(EndpointType type)
Type of the endpoint.
type - Type of the endpoint.EndpointType,
EndpointTypeEndpoint.Builder address(String address)
Address of the endpoint.
address - Address of the endpoint.Copyright © 2023. All rights reserved.