public static interface GetAlarmsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetAlarmsRequest.Builder,GetAlarmsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAlarmsRequest.Builder |
alarmName(String alarmName)
The name of the alarm.
|
GetAlarmsRequest.Builder |
monitoredResourceName(String monitoredResourceName)
The name of the Lightsail resource being monitored by the alarm.
|
GetAlarmsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAlarmsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAlarmsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAlarmsRequest.Builder alarmName(String alarmName)
The name of the alarm.
Specify an alarm name to return information about a specific alarm.
alarmName - The name of the alarm.
Specify an alarm name to return information about a specific alarm.
GetAlarmsRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetAlarms request. If your results are paginated, the
response will return a next page token that you can specify as the page token in a subsequent request.
pageToken - The token to advance to the next page of results from your request.
To get a page token, perform an initial GetAlarms request. If your results are paginated,
the response will return a next page token that you can specify as the page token in a subsequent
request.
GetAlarmsRequest.Builder monitoredResourceName(String monitoredResourceName)
The name of the Lightsail resource being monitored by the alarm.
Specify a monitored resource name to return information about all alarms for a specific resource.
monitoredResourceName - The name of the Lightsail resource being monitored by the alarm.
Specify a monitored resource name to return information about all alarms for a specific resource.
GetAlarmsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAlarmsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.