public static interface PutLoggingOptionsRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<PutLoggingOptionsRequest.Builder,PutLoggingOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutLoggingOptionsRequest.Builder |
loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)
The new values of the AWS IoT Analytics logging options.
|
PutLoggingOptionsRequest.Builder |
loggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Analytics logging options.
|
PutLoggingOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutLoggingOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildPutLoggingOptionsRequest.Builder loggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Analytics logging options.
loggingOptions - The new values of the AWS IoT Analytics logging options.default PutLoggingOptionsRequest.Builder loggingOptions(Consumer<LoggingOptions.Builder> loggingOptions)
The new values of the AWS IoT Analytics logging options.
This is a convenience that creates an instance of theLoggingOptions.Builder avoiding the need to
create one manually via LoggingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loggingOptions(LoggingOptions).loggingOptions - a consumer that will call methods on LoggingOptions.BuilderloggingOptions(LoggingOptions)PutLoggingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutLoggingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.