public static interface DiscoverPollEndpointResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<DiscoverPollEndpointResponse.Builder,DiscoverPollEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
DiscoverPollEndpointResponse.Builder |
endpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
DiscoverPollEndpointResponse.Builder |
serviceConnectEndpoint(String serviceConnectEndpoint)
The endpoint for the Amazon ECS agent to poll for Service Connect configuration.
|
DiscoverPollEndpointResponse.Builder |
telemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscoverPollEndpointResponse.Builder endpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
endpoint - The endpoint for the Amazon ECS agent to poll.DiscoverPollEndpointResponse.Builder telemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
telemetryEndpoint - The telemetry endpoint for the Amazon ECS agent.DiscoverPollEndpointResponse.Builder serviceConnectEndpoint(String serviceConnectEndpoint)
The endpoint for the Amazon ECS agent to poll for Service Connect configuration. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
serviceConnectEndpoint - The endpoint for the Amazon ECS agent to poll for Service Connect configuration. For more information,
see Service
Connect in the Amazon Elastic Container Service Developer Guide.Copyright © 2022. All rights reserved.