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, sdkFields
copy
applyMutation, build
RealtimeLogConfigs.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #items(List)
.items
- a consumer that will call methods on List.Builder
#items(List)
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 © 2021. All rights reserved.