Class AWSAPICallViaCloudTrail.RequestParameters.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.batch.events.AWSAPICallViaCloudTrail.RequestParameters.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.RequestParameters>
- Enclosing interface:
AWSAPICallViaCloudTrail.RequestParameters
@Stability(Experimental)
public static final class AWSAPICallViaCloudTrail.RequestParameters.Builder
extends Object
implements software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.RequestParameters>
A builder for
AWSAPICallViaCloudTrail.RequestParameters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerOverrides(AWSAPICallViaCloudTrail.ContainerOverrides containerOverrides) Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getContainerOverrides()jobDefinition(List<String> jobDefinition) Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getJobDefinition()Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getJobName()Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getJobQueue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerOverrides
@Stability(Experimental) public AWSAPICallViaCloudTrail.RequestParameters.Builder containerOverrides(AWSAPICallViaCloudTrail.ContainerOverrides containerOverrides) Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getContainerOverrides()- Parameters:
containerOverrides- containerOverrides property. Specify an array of string values to match this event if the actual value of containerOverrides is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
jobDefinition
@Stability(Experimental) public AWSAPICallViaCloudTrail.RequestParameters.Builder jobDefinition(List<String> jobDefinition) Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getJobDefinition()- Parameters:
jobDefinition- jobDefinition property. Specify an array of string values to match this event if the actual value of jobDefinition 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 AWSAPICallViaCloudTrail.RequestParameters.Builder jobName(List<String> jobName) Sets the value ofAWSAPICallViaCloudTrail.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
-
jobQueue
@Stability(Experimental) public AWSAPICallViaCloudTrail.RequestParameters.Builder jobQueue(List<String> jobQueue) Sets the value ofAWSAPICallViaCloudTrail.RequestParameters.getJobQueue()- Parameters:
jobQueue- jobQueue property. Specify an array of string values to match this event if the actual value of jobQueue 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<AWSAPICallViaCloudTrail.RequestParameters>- Returns:
- a new instance of
AWSAPICallViaCloudTrail.RequestParameters - Throws:
NullPointerException- if any required attribute was not provided
-