public static interface CreateRealtimeLogConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateRealtimeLogConfigResponse.Builder,CreateRealtimeLogConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateRealtimeLogConfigResponse.Builder |
realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)
A real-time log configuration.
|
CreateRealtimeLogConfigResponse.Builder |
realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRealtimeLogConfigResponse.Builder realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
realtimeLogConfig - A real-time log configuration.default CreateRealtimeLogConfigResponse.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.