Class JobEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.glue.events.JobEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<JobEvents.AWSAPICallViaCloudTrail.RequestParameters>
- Enclosing interface:
JobEvents.AWSAPICallViaCloudTrail.RequestParameters
@Stability(Experimental)
public static final class JobEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
extends Object
implements software.amazon.jsii.Builder<JobEvents.AWSAPICallViaCloudTrail.RequestParameters>
A builder for
JobEvents.AWSAPICallViaCloudTrail.RequestParameters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocatedCapacity(List<String> allocatedCapacity) build()Builds the configured instance.Sets the value ofJobEvents.AWSAPICallViaCloudTrail.RequestParameters.getJobName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allocatedCapacity
@Stability(Experimental) public JobEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder allocatedCapacity(List<String> allocatedCapacity) - Parameters:
allocatedCapacity- allocatedCapacity property. Specify an array of string values to match this event if the actual value of allocatedCapacity is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
jobName
@Stability(Experimental) public JobEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder jobName(List<String> jobName) Sets the value ofJobEvents.AWSAPICallViaCloudTrail.RequestParameters.getJobName()- Parameters:
jobName- jobName property. Specify an array of string values to match this event if the actual value of jobName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<JobEvents.AWSAPICallViaCloudTrail.RequestParameters>- Returns:
- a new instance of
JobEvents.AWSAPICallViaCloudTrail.RequestParameters - Throws:
NullPointerException- if any required attribute was not provided
-