Class CfnScraper.ComponentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.aps.CfnScraper.ComponentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScraper.ComponentConfigProperty>
- Enclosing interface:
CfnScraper.ComponentConfigProperty
@Stability(Stable)
public static final class CfnScraper.ComponentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScraper.ComponentConfigProperty>
A builder for
CfnScraper.ComponentConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnScraper.ComponentConfigProperty.getOptions()
options
(IResolvable options) Sets the value ofCfnScraper.ComponentConfigProperty.getOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
options
@Stability(Stable) public CfnScraper.ComponentConfigProperty.Builder options(Map<String, String> options) Sets the value ofCfnScraper.ComponentConfigProperty.getOptions()
- Parameters:
options
- Configuration options for the scraper component.- Returns:
this
-
options
Sets the value ofCfnScraper.ComponentConfigProperty.getOptions()
- Parameters:
options
- Configuration options for the scraper component.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnScraper.ComponentConfigProperty>
- Returns:
- a new instance of
CfnScraper.ComponentConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-