public static interface RealtimeLogConfigs.Builder extends SdkPojo, CopyableBuilder<RealtimeLogConfigs.Builder,RealtimeLogConfigs>
| Modifier and Type | Method and Description |
|---|---|
RealtimeLogConfigs.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
RealtimeLogConfigs.Builder |
items(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
items(Consumer<RealtimeLogConfig.Builder>... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
items(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
marker(String marker)
This parameter indicates where this list of real-time log configurations begins.
|
RealtimeLogConfigs.Builder |
maxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
|
RealtimeLogConfigs.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRealtimeLogConfigs.Builder maxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
maxItems - The maximum number of real-time log configurations requested.RealtimeLogConfigs.Builder items(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
items - Contains the list of real-time log configurations.RealtimeLogConfigs.Builder items(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
items - Contains the list of real-time log configurations.RealtimeLogConfigs.Builder items(Consumer<RealtimeLogConfig.Builder>... items)
Contains the list of real-time log configurations.
This is a convenience method that creates an instance of theRealtimeLogConfig.Builder avoiding the need to
create one manually via RealtimeLogConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
RealtimeLogConfig.Builder#items(java.util.Collection) RealtimeLogConfigs.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
isTruncated - A flag that indicates whether there are more real-time log configurations than are contained in this
list.RealtimeLogConfigs.Builder marker(String marker)
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
marker - This parameter indicates where this list of real-time log configurations begins. This list includes
real-time log configurations that occur after the marker.RealtimeLogConfigs.Builder nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker field of a subsequent request to continue listing real-time
log configurations where you left off.
nextMarker - If there are more items in the list than are in this response, this element is present. It contains
the value that you should use in the Marker field of a subsequent request to continue
listing real-time log configurations where you left off.Copyright © 2023. All rights reserved.