Class ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ecs.events.ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails>
- Enclosing interface:
ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails
@Stability(Experimental)
public static final class ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails.Builder
extends Object
implements software.amazon.jsii.Builder<ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Experimental) public ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails.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
-
value
@Stability(Experimental) public ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails.Builder value(List<String> value) - 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
@Stability(Experimental) public ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails>- Returns:
- a new instance of
ClusterEvents.ECSContainerInstanceStateChange.AttributesDetails - Throws:
NullPointerException- if any required attribute was not provided
-