Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateApplicationStatusCheckRequest.Builder
Packages that use CreateApplicationStatusCheckRequest.Builder
Package
Description
-
Uses of CreateApplicationStatusCheckRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createApplicationStatusCheck(Consumer<CreateApplicationStatusCheckRequest.Builder> createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances.Ec2Client.createApplicationStatusCheck(Consumer<CreateApplicationStatusCheckRequest.Builder> createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances. -
Uses of CreateApplicationStatusCheckRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionCreateApplicationStatusCheckRequest.Builder.aggregation(String aggregation) The aggregation setting for the application status check.CreateApplicationStatusCheckRequest.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.CreateApplicationStatusCheckRequest.builder()CreateApplicationStatusCheckRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateApplicationStatusCheckRequest.Builder.deviceIndex(Integer deviceIndex) The index of the network device to use for the health check.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.CreateApplicationStatusCheckRequest.Builder.failureThreshold(Integer failureThreshold) The number of consecutive failed health checks before the application status is considered impaired.CreateApplicationStatusCheckRequest.Builder.healthCheckPaths(Collection<HealthCheckPathRequestObject> healthCheckPaths) The health check paths to use for the application status check.CreateApplicationStatusCheckRequest.Builder.healthCheckPaths(Consumer<HealthCheckPathRequestObject.Builder>... healthCheckPaths) The health check paths to use for the application status check.CreateApplicationStatusCheckRequest.Builder.healthCheckPaths(HealthCheckPathRequestObject... healthCheckPaths) The health check paths to use for the application status check.CreateApplicationStatusCheckRequest.Builder.initializationGracePeriodSeconds(Integer initializationGracePeriodSeconds) The number of seconds to wait before starting health checks after an instance is launched.The interval, in seconds, between health checks.The IP scope to use for the health check.CreateApplicationStatusCheckRequest.Builder.ipScope(IpScopeEnum ipScope) The IP scope to use for the health check.The IP version to use for the health check.CreateApplicationStatusCheckRequest.Builder.ipVersion(IpVersionEnum ipVersion) The IP version to use for the health check.CreateApplicationStatusCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateApplicationStatusCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL path to use for the health check HTTP request (for example,/healthor/status).The port to use for the health check.The protocol to use for the health check.CreateApplicationStatusCheckRequest.Builder.protocol(NetworkProtocolEnum protocol) The protocol to use for the health check.CreateApplicationStatusCheckRequest.Builder.statusCodeMatcher(String statusCodeMatcher) The HTTP status codes that indicate a successful health check response.CreateApplicationStatusCheckRequest.Builder.successThreshold(Integer successThreshold) The number of consecutive successful health checks before the application status is considered healthy.CreateApplicationStatusCheckRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the application status check.CreateApplicationStatusCheckRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the application status check.CreateApplicationStatusCheckRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the application status check.The amount of time, in seconds, to wait for a health check response before considering it failed.CreateApplicationStatusCheckRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateApplicationStatusCheckRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateApplicationStatusCheckRequest.Builder>CreateApplicationStatusCheckRequest.serializableBuilderClass()