@Generated(value="software.amazon.awssdk:codegen") public final class GetRelationalDatabaseLogEventsRequest extends LightsailRequest implements ToCopyableBuilder<GetRelationalDatabaseLogEventsRequest.Builder,GetRelationalDatabaseLogEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRelationalDatabaseLogEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRelationalDatabaseLogEventsRequest.Builder |
builder() |
Instant |
endTime()
The end of the time interval from which to get log events.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logStreamName()
The name of the log stream.
|
String |
pageToken()
The token to advance to the next or previous page of results from your request.
|
String |
relationalDatabaseName()
The name of your database for which to get log events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRelationalDatabaseLogEventsRequest.Builder> |
serializableBuilderClass() |
Boolean |
startFromHead()
Parameter to specify if the log should start from head or tail.
|
Instant |
startTime()
The start of the time interval from which to get log events.
|
GetRelationalDatabaseLogEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String relationalDatabaseName()
The name of your database for which to get log events.
public final String logStreamName()
The name of the log stream.
Use the get relational database log streams operation to get a list of available log streams.
Use the get relational database log streams operation to get a list of available log
streams.
public final Instant startTime()
The start of the time interval from which to get log events.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, then you input
1538424000 as the start time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, then you input
1538424000 as the start time.
public final Instant endTime()
The end of the time interval from which to get log events.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you input
1538424000 as the end time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you input
1538424000 as the end time.
public final Boolean startFromHead()
Parameter to specify if the log should start from head or tail. If true is specified, the log event
starts from the head of the log. If false is specified, the log event starts from the tail of the
log.
For PostgreSQL, the default value of false is the only option available.
true is specified, the
log event starts from the head of the log. If false is specified, the log event starts from
the tail of the log.
For PostgreSQL, the default value of false is the only option available.
public final String pageToken()
The token to advance to the next or previous page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseLogEvents request. If your results are
paginated, the response will return a next forward token and/or next backward token that you can specify as the
page token in a subsequent request.
To get a page token, perform an initial GetRelationalDatabaseLogEvents request. If your
results are paginated, the response will return a next forward token and/or next backward token that you
can specify as the page token in a subsequent request.
public GetRelationalDatabaseLogEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRelationalDatabaseLogEventsRequest.Builder,GetRelationalDatabaseLogEventsRequest>toBuilder in class LightsailRequestpublic static GetRelationalDatabaseLogEventsRequest.Builder builder()
public static Class<? extends GetRelationalDatabaseLogEventsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.