Class ProviderOptions.Builder
java.lang.Object
software.amazon.awscdk.integtests.alpha.ProviderOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProviderOptions>
- Enclosing interface:
ProviderOptions
@Stability(Experimental)
public static final class ProviderOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ProviderOptions>
A builder for
ProviderOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.providerLogLevel(ApplicationLogLevel providerLogLevel) Sets the value ofProviderOptions.getProviderLogLevel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
providerLogLevel
@Stability(Experimental) public ProviderOptions.Builder providerLogLevel(ApplicationLogLevel providerLogLevel) Sets the value ofProviderOptions.getProviderLogLevel()- Parameters:
providerLogLevel- The log level of the provider lambda function.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProviderOptions>- Returns:
- a new instance of
ProviderOptions - Throws:
NullPointerException- if any required attribute was not provided
-