public static interface RelationalDatabaseEvent.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseEvent.Builder,RelationalDatabaseEvent>
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseEvent.Builder |
createdAt(Instant createdAt)
The timestamp when the database event was created.
|
RelationalDatabaseEvent.Builder |
eventCategories(Collection<String> eventCategories)
The category that the database event belongs to.
|
RelationalDatabaseEvent.Builder |
eventCategories(String... eventCategories)
The category that the database event belongs to.
|
RelationalDatabaseEvent.Builder |
message(String message)
The message of the database event.
|
RelationalDatabaseEvent.Builder |
resource(String resource)
The database that the database event relates to.
|
copy
applyMutation, build
RelationalDatabaseEvent.Builder resource(String resource)
The database that the database event relates to.
resource
- The database that the database event relates to.RelationalDatabaseEvent.Builder createdAt(Instant createdAt)
The timestamp when the database event was created.
createdAt
- The timestamp when the database event was created.RelationalDatabaseEvent.Builder message(String message)
The message of the database event.
message
- The message of the database event.RelationalDatabaseEvent.Builder eventCategories(Collection<String> eventCategories)
The category that the database event belongs to.
eventCategories
- The category that the database event belongs to.RelationalDatabaseEvent.Builder eventCategories(String... eventCategories)
The category that the database event belongs to.
eventCategories
- The category that the database event belongs to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.