Class LoggingProps.Builder
java.lang.Object
software.amazon.awscdk.services.iot.alpha.LoggingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingProps>
- Enclosing interface:
LoggingProps
@Stability(Experimental)
public static final class LoggingProps.Builder
extends Object
implements software.amazon.jsii.Builder<LoggingProps>
A builder for
LoggingProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofLoggingProps.getLogLevel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logLevel
Sets the value ofLoggingProps.getLogLevel()
- Parameters:
logLevel
- The log level for the AWS IoT Logging.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LoggingProps>
- Returns:
- a new instance of
LoggingProps
- Throws:
NullPointerException
- if any required attribute was not provided
-