| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static RealtimeLogConfigs.Builder |
RealtimeLogConfigs.builder() |
RealtimeLogConfigs.Builder |
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 |
RealtimeLogConfigs.Builder.items(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.Builder.items(Consumer<RealtimeLogConfig.Builder>... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.Builder.items(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.Builder.marker(String marker)
This parameter indicates where this list of real-time log configurations begins.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.Builder.maxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.Builder.nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
RealtimeLogConfigs.Builder |
RealtimeLogConfigs.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RealtimeLogConfigs.Builder> |
RealtimeLogConfigs.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListRealtimeLogConfigsResponse.Builder |
ListRealtimeLogConfigsResponse.Builder.realtimeLogConfigs(Consumer<RealtimeLogConfigs.Builder> realtimeLogConfigs)
A list of real-time log configurations.
|
Copyright © 2021. All rights reserved.