Class S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.omics.events.S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps>
- Enclosing interface:
S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps
@Stability(Experimental)
public static final class S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder
extends Object
implements software.amazon.jsii.Builder<S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eventMetadata(AWSEventMetadataProps eventMetadata) omicsVersion(List<String> omicsVersion) s3AccessPointArn(List<String> s3AccessPointArn) Sets the value ofS3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.getStatus()Sets the value ofS3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.getStoreId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eventMetadata
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
omicsVersion
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder omicsVersion(List<String> omicsVersion) - Parameters:
omicsVersion- omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3AccessPointArn
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder s3AccessPointArn(List<String> s3AccessPointArn) - Parameters:
s3AccessPointArn- s3AccessPointArn property. Specify an array of string values to match this event if the actual value of s3AccessPointArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
status
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder status(List<String> status) Sets the value ofS3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.getStatus()- Parameters:
status- status property. Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
storeId
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder storeId(List<String> storeId) Sets the value ofS3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.getStoreId()- Parameters:
storeId- storeId property. Specify an array of string values to match this event if the actual value of storeId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
storeType
@Stability(Experimental) public S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder storeType(List<String> storeType) - Parameters:
storeType- storeType property. Specify an array of string values to match this event if the actual value of storeType 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<S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps>- Returns:
- a new instance of
S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps - Throws:
NullPointerException- if any required attribute was not provided
-