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