Class JobActionOptions.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.JobActionOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<JobActionOptions>
- Enclosing interface:
JobActionOptions
@Stability(Experimental)
public static final class JobActionOptions.Builder
extends Object
implements software.amazon.jsii.Builder<JobActionOptions>
A builder for
JobActionOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofJobActionOptions.getArguments()build()Builds the configured instance.securityConfiguration(ISecurityConfiguration securityConfiguration) Sets the value ofJobActionOptions.getSecurityConfiguration()Sets the value ofJobActionOptions.getTimeout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arguments
Sets the value ofJobActionOptions.getArguments()- Parameters:
arguments- The arguments used when this trigger fires.- Returns:
this
-
securityConfiguration
@Stability(Experimental) public JobActionOptions.Builder securityConfiguration(ISecurityConfiguration securityConfiguration) Sets the value ofJobActionOptions.getSecurityConfiguration()- Parameters:
securityConfiguration- TheSecurityConfigurationto be used with this action.- Returns:
this
-
timeout
Sets the value ofJobActionOptions.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<JobActionOptions>- Returns:
- a new instance of
JobActionOptions - Throws:
NullPointerException- if any required attribute was not provided
-