Uses of Interface
software.amazon.awssdk.services.ec2.model.ApplicationStatusCheckResponseObject.Builder
Packages that use ApplicationStatusCheckResponseObject.Builder
-
Uses of ApplicationStatusCheckResponseObject.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ApplicationStatusCheckResponseObject.BuilderModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.aggregation(String aggregation) The aggregation setting for the application status check.ApplicationStatusCheckResponseObject.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.ApplicationStatusCheckResponseObject.Builder.applicationStatusCheckId(String applicationStatusCheckId) The ID of the application status check.ApplicationStatusCheckResponseObject.builder()ApplicationStatusCheckResponseObject.Builder.creationTime(Instant creationTime) The date and time when the application status check was created.ApplicationStatusCheckResponseObject.Builder.deletionTime(Instant deletionTime) The date and time when the application status check was deleted.ApplicationStatusCheckResponseObject.Builder.deviceIndex(Integer deviceIndex) The index of the network device used for the health check.ApplicationStatusCheckResponseObject.Builder.failureThreshold(Integer failureThreshold) The number of consecutive failed health checks before the application status is considered impaired.ApplicationStatusCheckResponseObject.Builder.healthCheckPaths(Collection<HealthCheckPathResponseObject> healthCheckPaths) The health check paths for the application status check.ApplicationStatusCheckResponseObject.Builder.healthCheckPaths(Consumer<HealthCheckPathResponseObject.Builder>... healthCheckPaths) The health check paths for the application status check.ApplicationStatusCheckResponseObject.Builder.healthCheckPaths(HealthCheckPathResponseObject... healthCheckPaths) The health check paths for the application status check.ApplicationStatusCheckResponseObject.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 used for the health check.ApplicationStatusCheckResponseObject.Builder.ipScope(IpScopeEnum ipScope) The IP scope used for the health check.The IP version used for the health check.ApplicationStatusCheckResponseObject.Builder.ipVersion(IpVersionEnum ipVersion) The IP version used for the health check.ApplicationStatusCheckResponseObject.Builder.lastUpdatedAt(Instant lastUpdatedAt) The date and time when the application status check was last updated.ApplicationStatusCheckResponseObject.Builder.modifyTime(Instant modifyTime) The date and time when the application status check was last modified.The URL path used for the health check HTTP request.The port used for the health check.The protocol used for the health check.ApplicationStatusCheckResponseObject.Builder.protocol(NetworkProtocolEnum protocol) The protocol used for the health check.ApplicationStatusCheckResponseObject.Builder.statusCodeMatcher(String statusCodeMatcher) The comma-separated list of individual HTTP status codes or ranges that indicate a successful health check response.ApplicationStatusCheckResponseObject.Builder.successThreshold(Integer successThreshold) The number of consecutive successful health checks before the application status is considered healthy.ApplicationStatusCheckResponseObject.Builder.tags(Collection<Tag> tags) The tags assigned to the application status check.ApplicationStatusCheckResponseObject.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the application status check.The tags assigned to the application status check.ApplicationStatusCheckResponseObject.Builder.targetTagAssociations(Collection<CustomTagKeyValueResponsePair> targetTagAssociations) The tags associated with the application status check.ApplicationStatusCheckResponseObject.Builder.targetTagAssociations(Consumer<CustomTagKeyValueResponsePair.Builder>... targetTagAssociations) The tags associated with the application status check.ApplicationStatusCheckResponseObject.Builder.targetTagAssociations(CustomTagKeyValueResponsePair... targetTagAssociations) The tags associated with the application status check.The amount of time, in seconds, to wait for a health check response.ApplicationStatusCheckResponseObject.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ApplicationStatusCheckResponseObject.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApplicationStatusCheckResponseObject.Builder>ApplicationStatusCheckResponseObject.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ApplicationStatusCheckResponseObject.BuilderModifier and TypeMethodDescriptionCreateApplicationStatusCheckResponse.Builder.applicationStatusCheck(Consumer<ApplicationStatusCheckResponseObject.Builder> applicationStatusCheck) Information about the application status check.DeleteApplicationStatusCheckResponse.Builder.applicationStatusCheck(Consumer<ApplicationStatusCheckResponseObject.Builder> applicationStatusCheck) Information about the deleted application status check.ModifyApplicationStatusCheckResponse.Builder.applicationStatusCheck(Consumer<ApplicationStatusCheckResponseObject.Builder> applicationStatusCheck) Information about the modified application status check.