public static interface ListHealthEventsRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<ListHealthEventsRequest.Builder,ListHealthEventsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHealthEventsRequest.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.ListHealthEventsRequest.Builder startTime(Instant startTime)
The time when a health event started.
startTime - The time when a health event started.ListHealthEventsRequest.Builder endTime(Instant endTime)
The time when a health event ended. If the health event is still ongoing, then the end time is not set.
endTime - The time when a health event ended. If the health event is still ongoing, then the end time is not
set.ListHealthEventsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.ListHealthEventsRequest.Builder maxResults(Integer maxResults)
The number of health event objects that you want to return with this call.
maxResults - The number of health event objects that you want to return with this call.ListHealthEventsRequest.Builder eventStatus(String eventStatus)
The status of a health event.
eventStatus - The status of a health event.HealthEventStatus,
HealthEventStatusListHealthEventsRequest.Builder eventStatus(HealthEventStatus eventStatus)
The status of a health event.
eventStatus - The status of a health event.HealthEventStatus,
HealthEventStatusListHealthEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHealthEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.