Class AWSAPICallViaCloudTrail.ResponseElements.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.states.events.AWSAPICallViaCloudTrail.ResponseElements.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.ResponseElements>
- Enclosing interface:
AWSAPICallViaCloudTrail.ResponseElements
@Stability(Experimental)
public static final class AWSAPICallViaCloudTrail.ResponseElements.Builder
extends Object
implements software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.ResponseElements>
A builder for
AWSAPICallViaCloudTrail.ResponseElements-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityArn(List<String> activityArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getActivityArn()build()Builds the configured instance.creationDate(List<String> creationDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getCreationDate()executionArn(List<String> executionArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getExecutionArn()Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStartDate()stateMachineArn(List<String> stateMachineArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStateMachineArn()Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStopDate()updateDate(List<String> updateDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getUpdateDate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activityArn
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder activityArn(List<String> activityArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getActivityArn()- Parameters:
activityArn- activityArn property. Specify an array of string values to match this event if the actual value of activityArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
creationDate
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder creationDate(List<String> creationDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getCreationDate()- Parameters:
creationDate- creationDate property. Specify an array of string values to match this event if the actual value of creationDate is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
executionArn
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder executionArn(List<String> executionArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getExecutionArn()- Parameters:
executionArn- executionArn property. Specify an array of string values to match this event if the actual value of executionArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
startDate
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder startDate(List<String> startDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStartDate()- Parameters:
startDate- startDate property. Specify an array of string values to match this event if the actual value of startDate is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
stateMachineArn
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder stateMachineArn(List<String> stateMachineArn) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStateMachineArn()- Parameters:
stateMachineArn- stateMachineArn property. Specify an array of string values to match this event if the actual value of stateMachineArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
stopDate
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder stopDate(List<String> stopDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getStopDate()- Parameters:
stopDate- stopDate property. Specify an array of string values to match this event if the actual value of stopDate is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
updateDate
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder updateDate(List<String> updateDate) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getUpdateDate()- Parameters:
updateDate- updateDate property. Specify an array of string values to match this event if the actual value of updateDate 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.ResponseElements>- Returns:
- a new instance of
AWSAPICallViaCloudTrail.ResponseElements - Throws:
NullPointerException- if any required attribute was not provided
-