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