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