Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyEventSubscriptionRequest.Builder,ModifyEventSubscriptionRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyEventSubscriptionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyEventSubscriptionRequest.Builder,ModifyEventSubscriptionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyEventSubscriptionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyEventSubscriptionRequest.Builder |
builder() |
|
Boolean |
enabled() |
A Boolean value indicating if the subscription is enabled.
|
boolean |
equals(Object obj) |
|
List<String> |
eventCategories() |
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
|
int |
hashCode() |
|
static Class<? extends ModifyEventSubscriptionRequest.Builder> |
serializableBuilderClass() |
|
String |
severity() |
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
|
String |
snsTopicArn() |
The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.
|
List<String> |
sourceIds() |
A list of one or more identifiers of Amazon Redshift source objects.
|
String |
sourceType() |
The type of source that will be generating the events.
|
String |
subscriptionName() |
The name of the modified Amazon Redshift event notification subscription.
|
ModifyEventSubscriptionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String subscriptionName()
The name of the modified Amazon Redshift event notification subscription.
public String snsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.
public String sourceType()
The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
public List<String> sourceIds()
A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.
Example: my-cluster-1, my-cluster-2
Example: my-snapshot-20131010
Example: my-cluster-1, my-cluster-2
Example: my-snapshot-20131010
public List<String> eventCategories()
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
Values: Configuration, Management, Monitoring, Security
Values: Configuration, Management, Monitoring, Security
public String severity()
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
Values: ERROR, INFO
Values: ERROR, INFO
public Boolean enabled()
A Boolean value indicating if the subscription is enabled. true
indicates the subscription is
enabled
true
indicates the subscription
is enabledpublic ModifyEventSubscriptionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyEventSubscriptionRequest.Builder,ModifyEventSubscriptionRequest>
public static ModifyEventSubscriptionRequest.Builder builder()
public static Class<? extends ModifyEventSubscriptionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.