CopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
, SdkBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
public static interface DiscoverPollEndpointRequest.Builder extends CopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DiscoverPollEndpointRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.