Interface DiscoverPollEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DiscoverPollEndpointResponse.Builder,DiscoverPollEndpointResponse>,EcsResponse.Builder,SdkBuilder<DiscoverPollEndpointResponse.Builder,DiscoverPollEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DiscoverPollEndpointResponse
public static interface DiscoverPollEndpointResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<DiscoverPollEndpointResponse.Builder,DiscoverPollEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiscoverPollEndpointResponse.Builderendpoint(String endpoint)The endpoint for the Amazon ECS agent to poll.DiscoverPollEndpointResponse.BuilderserviceConnectEndpoint(String serviceConnectEndpoint)The endpoint for the Amazon ECS agent to poll for Service Connect configuration.DiscoverPollEndpointResponse.BuildertelemetryEndpoint(String telemetryEndpoint)The telemetry endpoint for the Amazon ECS agent.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
endpoint
DiscoverPollEndpointResponse.Builder endpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
- Parameters:
endpoint- The endpoint for the Amazon ECS agent to poll.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telemetryEndpoint
DiscoverPollEndpointResponse.Builder telemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
- Parameters:
telemetryEndpoint- The telemetry endpoint for the Amazon ECS agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceConnectEndpoint
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-