Class LoggingProps.Builder
java.lang.Object
software.amazon.awscdk.customresources.LoggingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingProps>
- Enclosing interface:
LoggingProps
@Stability(Stable)
public static final class LoggingProps.Builder
extends Object
implements software.amazon.jsii.Builder<LoggingProps>
A builder for
LoggingProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logApiResponseData(Boolean logApiResponseData) Sets the value ofLoggingProps.getLogApiResponseData()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logApiResponseData
Sets the value ofLoggingProps.getLogApiResponseData()- Parameters:
logApiResponseData- Whether or not to log data associated with the API call response.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingProps>- Returns:
- a new instance of
LoggingProps - Throws:
NullPointerException- if any required attribute was not provided
-