public static interface GetRelationalDatabaseEventsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseEventsRequest.Builder |
durationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events.
|
GetRelationalDatabaseEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRelationalDatabaseEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRelationalDatabaseEventsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
GetRelationalDatabaseEventsRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRelationalDatabaseEventsRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
relationalDatabaseName - The name of the database from which to get events.GetRelationalDatabaseEventsRequest.Builder durationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
durationInMinutes - The number of minutes in the past from which to retrieve events. For example, to get all events from
the past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
GetRelationalDatabaseEventsRequest.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 GetRelationalDatabaseEvents 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 GetRelationalDatabaseEvents 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.
GetRelationalDatabaseEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRelationalDatabaseEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.