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