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