public static interface DiscoverPollEndpointRequest.Builder extends EcsRequest.Builder, SdkPojo, 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 to which the container instance belongs.
|
DiscoverPollEndpointRequest.Builder |
containerInstance(String containerInstance)
The container instance ID or full ARN of the container instance.
|
DiscoverPollEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DiscoverPollEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DiscoverPollEndpointRequest.Builder containerInstance(String containerInstance)
The container instance ID or full 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 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 to which the container instance belongs.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance
belongs.DiscoverPollEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DiscoverPollEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.