Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
@Generated("software.amazon.awssdk:codegen") public class AddSourceIdentifierToSubscriptionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddSourceIdentifierToSubscriptionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AddSourceIdentifierToSubscriptionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AddSourceIdentifierToSubscriptionRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceIdentifier() |
The identifier of the event source to be added.
|
String |
subscriptionName() |
The name of the RDS event notification subscription you want to add a source identifier to.
|
AddSourceIdentifierToSubscriptionRequest.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 RDS event notification subscription you want to add a source identifier to.
public String sourceIdentifier()
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
If the source type is a DB instance, then a DBInstanceIdentifier
must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
must be supplied.
Constraints:
If the source type is a DB instance, then a DBInstanceIdentifier
must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
must be supplied.
public AddSourceIdentifierToSubscriptionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
public static AddSourceIdentifierToSubscriptionRequest.Builder builder()
public static Class<? extends AddSourceIdentifierToSubscriptionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.