static SinkInfo.Builder |
SinkInfo.newBuilder(String name,
SinkInfo.Destination destination) |
Returns a builder for SinkInfo objects given the name of the sink and its destination.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setDestination(SinkInfo.Destination destination) |
Sets the export destination.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setFilter(String filter) |
Sets an advanced logs filter.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setName(String name) |
Sets the name of the sink.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat) |
Sets the log entry version to use for this sink's exported log entries.
|
SinkInfo.Builder |
SinkInfo.toBuilder() |
Returns a builder for this SinkInfo object.
|