Class CfnWorkspace.LoggingFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.aps.CfnWorkspace.LoggingFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspace.LoggingFilterProperty>
- Enclosing interface:
CfnWorkspace.LoggingFilterProperty
@Stability(Stable)
public static final class CfnWorkspace.LoggingFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspace.LoggingFilterProperty>
A builder for
CfnWorkspace.LoggingFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.qspThreshold(Number qspThreshold) Sets the value ofCfnWorkspace.LoggingFilterProperty.getQspThreshold()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
qspThreshold
@Stability(Stable) public CfnWorkspace.LoggingFilterProperty.Builder qspThreshold(Number qspThreshold) Sets the value ofCfnWorkspace.LoggingFilterProperty.getQspThreshold()- Parameters:
qspThreshold- Query logs with QSP above this limit are vended. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspace.LoggingFilterProperty>- Returns:
- a new instance of
CfnWorkspace.LoggingFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-