CopyableBuilder<Event.Builder,Event>
, SdkBuilder<Event.Builder,Event>
public static interface Event.Builder extends CopyableBuilder<Event.Builder,Event>
Modifier and Type | Method | Description |
---|---|---|
Event.Builder |
date(Date dateValue) |
The date and time when the event occurred.
|
Event.Builder |
message(String message) |
The text of the event.
|
Event.Builder |
sourceIdentifier(String sourceIdentifier) |
The identifier for the source of the event.
|
Event.Builder |
sourceType(String sourceType) |
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
|
Event.Builder |
sourceType(SourceType sourceType) |
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
|
copy
apply, build
Event.Builder sourceIdentifier(String sourceIdentifier)
The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.
sourceIdentifier
- The identifier for the source of the event. For example, if the event occurred at the cache cluster
level, the identifier would be the name of the cache cluster.Event.Builder sourceType(String sourceType)
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
sourceType
- Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.SourceType
Event.Builder sourceType(SourceType sourceType)
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
sourceType
- Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.SourceType
Event.Builder message(String message)
The text of the event.
message
- The text of the event.Event.Builder date(Date dateValue)
The date and time when the event occurred.
dateValue
- The date and time when the event occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.