Class RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.rds.events.RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RDSDBInstanceEvent.RDSDBInstanceEventProps>
- Enclosing interface:
RDSDBInstanceEvent.RDSDBInstanceEventProps
@Stability(Experimental)
public static final class RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder
extends Object
implements software.amazon.jsii.Builder<RDSDBInstanceEvent.RDSDBInstanceEventProps>
A builder for
RDSDBInstanceEvent.RDSDBInstanceEventProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getDate()eventCategories(List<String> eventCategories) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventCategories()Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventId()eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventMetadata()Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getMessage()Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceArn()sourceIdentifier(List<String> sourceIdentifier) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceIdentifier()sourceType(List<String> sourceType) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceType()Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
date
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder date(List<String> date) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getDate()- Parameters:
date- Date property. Specify an array of string values to match this event if the actual value of Date is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventCategories
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder eventCategories(List<String> eventCategories) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventCategories()- Parameters:
eventCategories- EventCategories property. Specify an array of string values to match this event if the actual value of EventCategories is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventId
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder eventId(List<String> eventId) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventId()- Parameters:
eventId- EventID property. Specify an array of string values to match this event if the actual value of EventID is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
message
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder message(List<String> message) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getMessage()- Parameters:
message- Message property. Specify an array of string values to match this event if the actual value of Message is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sourceArn
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder sourceArn(List<String> sourceArn) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceArn()- Parameters:
sourceArn- SourceArn property. Specify an array of string values to match this event if the actual value of SourceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sourceIdentifier
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder sourceIdentifier(List<String> sourceIdentifier) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceIdentifier()- Parameters:
sourceIdentifier- SourceIdentifier property. Specify an array of string values to match this event if the actual value of SourceIdentifier is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sourceType
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder sourceType(List<String> sourceType) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getSourceType()- Parameters:
sourceType- SourceType property. Specify an array of string values to match this event if the actual value of SourceType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
tags
@Stability(Experimental) public RDSDBInstanceEvent.RDSDBInstanceEventProps.Builder tags(Map<String, String> tags) Sets the value ofRDSDBInstanceEvent.RDSDBInstanceEventProps.getTags()- Parameters:
tags- Tags property. Specify an array of string values to match this event if the actual value of Tags 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<RDSDBInstanceEvent.RDSDBInstanceEventProps>- Returns:
- a new instance of
RDSDBInstanceEvent.RDSDBInstanceEventProps - Throws:
NullPointerException- if any required attribute was not provided
-