Class ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ecs.events.ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem>
- Enclosing interface:
ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem
@Stability(Experimental)
public static final class ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.Builder
extends Object
implements software.amazon.jsii.Builder<ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.expression(List<String> expression) Sets the value ofClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
expression
@Stability(Experimental) public ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.Builder expression(List<String> expression) - Parameters:
expression- expression property. Specify an array of string values to match this event if the actual value of expression 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 ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.Builder type(List<String> type) Sets the value ofClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem.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<ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem>- Returns:
- a new instance of
ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem - Throws:
NullPointerException- if any required attribute was not provided
-