Class CrawlerActionOptions.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.CrawlerActionOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CrawlerActionOptions>
- Enclosing interface:
CrawlerActionOptions
@Stability(Experimental)
public static final class CrawlerActionOptions.Builder
extends Object
implements software.amazon.jsii.Builder<CrawlerActionOptions>
A builder for
CrawlerActionOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCrawlerActionOptions.getArguments()build()Builds the configured instance.securityConfiguration(ISecurityConfiguration securityConfiguration) Sets the value ofCrawlerActionOptions.getSecurityConfiguration()Sets the value ofCrawlerActionOptions.getTimeout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arguments
@Stability(Experimental) public CrawlerActionOptions.Builder arguments(Map<String, String> arguments) Sets the value ofCrawlerActionOptions.getArguments()- Parameters:
arguments- The arguments used when this trigger fires.- Returns:
this
-
securityConfiguration
@Stability(Experimental) public CrawlerActionOptions.Builder securityConfiguration(ISecurityConfiguration securityConfiguration) Sets the value ofCrawlerActionOptions.getSecurityConfiguration()- Parameters:
securityConfiguration- TheSecurityConfigurationto be used with this action.- Returns:
this
-
timeout
Sets the value ofCrawlerActionOptions.getTimeout()- Parameters:
timeout- The run timeout. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CrawlerActionOptions>- Returns:
- a new instance of
CrawlerActionOptions - Throws:
NullPointerException- if any required attribute was not provided
-