public static interface GetRelationalDatabaseLogEventsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseLogEventsRequest.Builder,GetRelationalDatabaseLogEventsRequest>
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseLogEventsRequest.Builder |
endTime(Instant endTime)
The end of the time interval from which to get log events.
|
GetRelationalDatabaseLogEventsRequest.Builder |
logStreamName(String logStreamName)
The name of the log stream.
|
GetRelationalDatabaseLogEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRelationalDatabaseLogEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRelationalDatabaseLogEventsRequest.Builder |
pageToken(String pageToken)
A token used for advancing to a specific page of results for your
get relational database log events request. |
GetRelationalDatabaseLogEventsRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get log events.
|
GetRelationalDatabaseLogEventsRequest.Builder |
startFromHead(Boolean startFromHead)
Parameter to specify if the log should start from head or tail.
|
GetRelationalDatabaseLogEventsRequest.Builder |
startTime(Instant startTime)
The start of the time interval from which to get log events.
|
build
overrideConfiguration
copy
applyMutation, build
GetRelationalDatabaseLogEventsRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get log events.
relationalDatabaseName
- The name of your database for which to get log events.GetRelationalDatabaseLogEventsRequest.Builder logStreamName(String logStreamName)
The name of the log stream.
Use the get relational database log streams
operation to get a list of available log streams.
logStreamName
- The name of the log stream.
Use the get relational database log streams
operation to get a list of available log
streams.
GetRelationalDatabaseLogEventsRequest.Builder startTime(Instant startTime)
The start of the time interval from which to get log events.
Constraints:
Specified in Universal Coordinated 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.
startTime
- The start of the time interval from which to get log events.
Constraints:
Specified in Universal Coordinated 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.
GetRelationalDatabaseLogEventsRequest.Builder endTime(Instant endTime)
The end of the time interval from which to get log events.
Constraints:
Specified in Universal Coordinated 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.
endTime
- The end of the time interval from which to get log events.
Constraints:
Specified in Universal Coordinated 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.
GetRelationalDatabaseLogEventsRequest.Builder startFromHead(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.
Default: false
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.
Default: false
GetRelationalDatabaseLogEventsRequest.Builder pageToken(String pageToken)
A token used for advancing to a specific page of results for your
get relational database log events
request.
pageToken
- A token used for advancing to a specific page of results for your
get relational database log events
request.GetRelationalDatabaseLogEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRelationalDatabaseLogEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.