public static interface ListRealtimeLogConfigsResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListRealtimeLogConfigsResponse.Builder,ListRealtimeLogConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ListRealtimeLogConfigsResponse.Builder |
realtimeLogConfigs(Consumer<RealtimeLogConfigs.Builder> realtimeLogConfigs)
A list of real-time log configurations.
|
ListRealtimeLogConfigsResponse.Builder |
realtimeLogConfigs(RealtimeLogConfigs realtimeLogConfigs)
A list of real-time log configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRealtimeLogConfigsResponse.Builder realtimeLogConfigs(RealtimeLogConfigs realtimeLogConfigs)
A list of real-time log configurations.
realtimeLogConfigs - A list of real-time log configurations.default ListRealtimeLogConfigsResponse.Builder realtimeLogConfigs(Consumer<RealtimeLogConfigs.Builder> realtimeLogConfigs)
A list of real-time log configurations.
This is a convenience method that creates an instance of theRealtimeLogConfigs.Builder avoiding the
need to create one manually via RealtimeLogConfigs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to realtimeLogConfigs(RealtimeLogConfigs).
realtimeLogConfigs - a consumer that will call methods on RealtimeLogConfigs.BuilderrealtimeLogConfigs(RealtimeLogConfigs)Copyright © 2023. All rights reserved.