Class LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.logs.events.LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters>
- Enclosing interface:
LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters
@Stability(Experimental)
public static final class LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder
extends Object
implements software.amazon.jsii.Builder<LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters>
A builder for
LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.logGroupName(List<String> logGroupName) logStreamName(List<String> logStreamName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logGroupName
@Stability(Experimental) public LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder logGroupName(List<String> logGroupName) - Parameters:
logGroupName- logGroupName property. Specify an array of string values to match this event if the actual value of logGroupName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
logStreamName
@Stability(Experimental) public LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder logStreamName(List<String> logStreamName) - Parameters:
logStreamName- logStreamName property. Specify an array of string values to match this event if the actual value of logStreamName 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<LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters>- Returns:
- a new instance of
LogGroupEvents.AWSAPICallViaCloudTrail.RequestParameters - Throws:
NullPointerException- if any required attribute was not provided
-