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