public static interface GetRealtimeLogConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetRealtimeLogConfigResponse.Builder,GetRealtimeLogConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRealtimeLogConfigResponse.Builder |
realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)
A real-time log configuration.
|
GetRealtimeLogConfigResponse.Builder |
realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRealtimeLogConfigResponse.Builder realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
realtimeLogConfig - A real-time log configuration.default GetRealtimeLogConfigResponse.Builder realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)
A real-time log configuration.
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 realtimeLogConfig(RealtimeLogConfig).
realtimeLogConfig - a consumer that will call methods on RealtimeLogConfig.BuilderrealtimeLogConfig(RealtimeLogConfig)Copyright © 2023. All rights reserved.