Class LoggingConfigurationReference.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.LoggingConfigurationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingConfigurationReference>
- Enclosing interface:
LoggingConfigurationReference
@Stability(Stable)
public static final class LoggingConfigurationReference.Builder
extends Object
implements software.amazon.jsii.Builder<LoggingConfigurationReference>
A builder for
LoggingConfigurationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resourceArn
(String resourceArn) Sets the value ofLoggingConfigurationReference.getResourceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
Sets the value ofLoggingConfigurationReference.getResourceArn()
- Parameters:
resourceArn
- The ResourceArn of the LoggingConfiguration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LoggingConfigurationReference>
- Returns:
- a new instance of
LoggingConfigurationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-