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