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