@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEventSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEventSubscriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Specifies whether to activate the subscription.
|
List<String> |
getEventCategories()
A list of event categories for a particular source type (
SourceType ) that you want to subscribe to. |
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
List<String> |
getSourceIds()
The list of identifiers of the event sources for which events are returned.
|
String |
getSourceType()
The type of source that is generating the events.
|
String |
getSubscriptionName()
The name of the subscription.
|
List<Tag> |
getTags() |
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether to activate the subscription.
|
void |
setEnabled(Boolean enabled)
Specifies whether to activate the subscription.
|
void |
setEventCategories(Collection<String> eventCategories)
A list of event categories for a particular source type (
SourceType ) that you want to subscribe to. |
void |
setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
void |
setSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events are returned.
|
void |
setSourceType(String sourceType)
The type of source that is generating the events.
|
void |
setSubscriptionName(String subscriptionName)
The name of the subscription.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
CreateEventSubscriptionRequest |
withEnabled(Boolean enabled)
Specifies whether to activate the subscription.
|
CreateEventSubscriptionRequest |
withEventCategories(Collection<String> eventCategories)
A list of event categories for a particular source type (
SourceType ) that you want to subscribe to. |
CreateEventSubscriptionRequest |
withEventCategories(String... eventCategories)
A list of event categories for a particular source type (
SourceType ) that you want to subscribe to. |
CreateEventSubscriptionRequest |
withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
CreateEventSubscriptionRequest |
withSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events are returned.
|
CreateEventSubscriptionRequest |
withSourceIds(String... sourceIds)
The list of identifiers of the event sources for which events are returned.
|
CreateEventSubscriptionRequest |
withSourceType(String sourceType)
The type of source that is generating the events.
|
CreateEventSubscriptionRequest |
withSubscriptionName(String subscriptionName)
The name of the subscription.
|
CreateEventSubscriptionRequest |
withTags(Collection<Tag> tags) |
CreateEventSubscriptionRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSubscriptionName(String subscriptionName)
The name of the subscription.
Constraints: The name must be less than 255 characters.
subscriptionName
- The name of the subscription.
Constraints: The name must be less than 255 characters.
public String getSubscriptionName()
The name of the subscription.
Constraints: The name must be less than 255 characters.
Constraints: The name must be less than 255 characters.
public CreateEventSubscriptionRequest withSubscriptionName(String subscriptionName)
The name of the subscription.
Constraints: The name must be less than 255 characters.
subscriptionName
- The name of the subscription.
Constraints: The name must be less than 255 characters.
public void setSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification. SNS automatically creates the ARN when you create a topic and subscribe to it.
RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
snsTopicArn
- The Amazon Resource Name (ARN) of the SNS topic created for event notification. SNS automatically creates
the ARN when you create a topic and subscribe to it. RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
public String getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic created for event notification. SNS automatically creates the ARN when you create a topic and subscribe to it.
RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
public CreateEventSubscriptionRequest withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification. SNS automatically creates the ARN when you create a topic and subscribe to it.
RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
snsTopicArn
- The Amazon Resource Name (ARN) of the SNS topic created for event notification. SNS automatically creates
the ARN when you create a topic and subscribe to it. RDS doesn't support FIFO (first in, first out) topics. For more information, see Message ordering and deduplication (FIFO topics) in the Amazon Simple Notification Service Developer Guide.
public void setSourceType(String sourceType)
The type of source that is generating the events. For example, if you want to be notified of events generated by
a DB instance, you set this parameter to db-instance
. For RDS Proxy events, specify
db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
sourceType
- The type of source that is generating the events. For example, if you want to be notified of events
generated by a DB instance, you set this parameter to db-instance
. For RDS Proxy events,
specify db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
public String getSourceType()
The type of source that is generating the events. For example, if you want to be notified of events generated by
a DB instance, you set this parameter to db-instance
. For RDS Proxy events, specify
db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
db-instance
. For RDS Proxy events,
specify db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
public CreateEventSubscriptionRequest withSourceType(String sourceType)
The type of source that is generating the events. For example, if you want to be notified of events generated by
a DB instance, you set this parameter to db-instance
. For RDS Proxy events, specify
db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
sourceType
- The type of source that is generating the events. For example, if you want to be notified of events
generated by a DB instance, you set this parameter to db-instance
. For RDS Proxy events,
specify db-proxy
. If this value isn't specified, all events are returned.
Valid Values:
db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
public List<String> getEventCategories()
A list of event categories for a particular source type (SourceType
) that you want to subscribe to.
You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS User
Guide or the Amazon Aurora
User Guide . You can also see this list by using the DescribeEventCategories
operation.
SourceType
) that you want to
subscribe to. You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS
User Guide or the Amazon
Aurora User Guide . You can also see this list by using the DescribeEventCategories
operation.public void setEventCategories(Collection<String> eventCategories)
A list of event categories for a particular source type (SourceType
) that you want to subscribe to.
You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS User
Guide or the Amazon Aurora
User Guide . You can also see this list by using the DescribeEventCategories
operation.
eventCategories
- A list of event categories for a particular source type (SourceType
) that you want to
subscribe to. You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS
User Guide or the Amazon
Aurora User Guide . You can also see this list by using the DescribeEventCategories
operation.public CreateEventSubscriptionRequest withEventCategories(String... eventCategories)
A list of event categories for a particular source type (SourceType
) that you want to subscribe to.
You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS User
Guide or the Amazon Aurora
User Guide . You can also see this list by using the DescribeEventCategories
operation.
NOTE: This method appends the values to the existing list (if any). Use
setEventCategories(java.util.Collection)
or withEventCategories(java.util.Collection)
if you
want to override the existing values.
eventCategories
- A list of event categories for a particular source type (SourceType
) that you want to
subscribe to. You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS
User Guide or the Amazon
Aurora User Guide . You can also see this list by using the DescribeEventCategories
operation.public CreateEventSubscriptionRequest withEventCategories(Collection<String> eventCategories)
A list of event categories for a particular source type (SourceType
) that you want to subscribe to.
You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS User
Guide or the Amazon Aurora
User Guide . You can also see this list by using the DescribeEventCategories
operation.
eventCategories
- A list of event categories for a particular source type (SourceType
) that you want to
subscribe to. You can see a list of the categories for a given source type in the
"Amazon RDS event categories and event messages" section of the Amazon RDS
User Guide or the Amazon
Aurora User Guide . You can also see this list by using the DescribeEventCategories
operation.public List<String> getSourceIds()
The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
public void setSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
sourceIds
- The list of identifiers of the event sources for which events are returned. If not specified, then all
sources are included in the response. An identifier must begin with a letter and must contain only ASCII
letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
public CreateEventSubscriptionRequest withSourceIds(String... sourceIds)
The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
NOTE: This method appends the values to the existing list (if any). Use
setSourceIds(java.util.Collection)
or withSourceIds(java.util.Collection)
if you want to
override the existing values.
sourceIds
- The list of identifiers of the event sources for which events are returned. If not specified, then all
sources are included in the response. An identifier must begin with a letter and must contain only ASCII
letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
public CreateEventSubscriptionRequest withSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
sourceIds
- The list of identifiers of the event sources for which events are returned. If not specified, then all
sources are included in the response. An identifier must begin with a letter and must contain only ASCII
letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIds
are supplied, SourceType
must also be provided.
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
public void setEnabled(Boolean enabled)
Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
enabled
- Specifies whether to activate the subscription. If the event notification subscription isn't activated,
the subscription is created but not active.public Boolean getEnabled()
Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
public CreateEventSubscriptionRequest withEnabled(Boolean enabled)
Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
enabled
- Specifies whether to activate the subscription. If the event notification subscription isn't activated,
the subscription is created but not active.public Boolean isEnabled()
Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.
public void setTags(Collection<Tag> tags)
tags
- public CreateEventSubscriptionRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public CreateEventSubscriptionRequest withTags(Collection<Tag> tags)
tags
- public String toString()
toString
in class Object
Object.toString()
public CreateEventSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()