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