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 that the container instance belongs to.
|
DiscoverPollEndpointRequest.Builder |
containerInstance(String containerInstance)
The container instance ID or full ARN of the container instance.
|
DiscoverPollEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DiscoverPollEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscoverPollEndpointRequest.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 Amazon Web Services
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 Amazon Web
Services 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDiscoverPollEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.