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(Deprecated)
@Deprecated
public static final class JobActionOptions.Builder
extends Object
implements software.amazon.jsii.Builder<JobActionOptions>
Deprecated.
A builder for
JobActionOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()Deprecated.securityConfiguration(ISecurityConfiguration securityConfiguration) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
arguments
@Stability(Deprecated) @Deprecated public JobActionOptions.Builder arguments(Map<String, String> arguments) Deprecated.Sets the value ofJobActionOptions.getArguments()- Parameters:
arguments- The arguments used when this trigger fires.- Returns:
this
-
securityConfiguration
@Stability(Deprecated) @Deprecated public JobActionOptions.Builder securityConfiguration(ISecurityConfiguration securityConfiguration) Deprecated.Sets the value ofJobActionOptions.getSecurityConfiguration()- Parameters:
securityConfiguration- TheSecurityConfigurationto be used with this action.- Returns:
this
-
timeout
Deprecated.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
Deprecated.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
-