public static interface DiscoverPollEndpointRequest.Builder extends ECSRequest.Builder, CopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DiscoverPollEndpointRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
|
DiscoverPollEndpointRequest.Builder |
containerInstance(String containerInstance)
The container instance ID or full Amazon Resource Name (ARN) of the container instance.
|
DiscoverPollEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DiscoverPollEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDiscoverPollEndpointRequest.Builder containerInstance(String containerInstance)
The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the
arn:aws:ecs namespace, followed by the region of the container instance, the AWS account ID of
the container instance owner, the container-instance namespace, and then the container instance
ID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID
.
containerInstance - The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN
contains the arn:aws:ecs namespace, followed by the region of the container instance, the
AWS account ID of the container instance owner, the container-instance namespace, and
then the container instance ID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID
.DiscoverPollEndpointRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs
to.DiscoverPollEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DiscoverPollEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.