public static interface HttpEndpointDescription.Builder extends SdkPojo, CopyableBuilder<HttpEndpointDescription.Builder,HttpEndpointDescription>
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointDescription.Builder |
name(String name)
The name of the HTTP endpoint selected as the destination.
|
HttpEndpointDescription.Builder |
url(String url)
The URL of the HTTP endpoint selected as the destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpEndpointDescription.Builder url(String url)
The URL of the HTTP endpoint selected as the destination.
url - The URL of the HTTP endpoint selected as the destination.HttpEndpointDescription.Builder name(String name)
The name of the HTTP endpoint selected as the destination.
name - The name of the HTTP endpoint selected as the destination.Copyright © 2023. All rights reserved.