public static interface PutLoggingConfigurationResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<PutLoggingConfigurationResponse.Builder,PutLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
PutLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildPutLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
loggingConfiguration - The LoggingConfiguration that you submitted in the request.default PutLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
This is a convenience that creates an instance of theLoggingConfiguration.Builder avoiding the need
to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.