Class AddSourceIdentifierToSubscriptionRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>

@Generated("software.amazon.awssdk:codegen") public final class AddSourceIdentifierToSubscriptionRequest extends RdsRequest implements ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>

  • Method Details

    • subscriptionName

      public final String subscriptionName()

      The name of the RDS event notification subscription you want to add a source identifier to.

      Returns:
      The name of the RDS event notification subscription you want to add a source identifier to.
    • sourceIdentifier

      public final String sourceIdentifier()

      The identifier of the event source to be added.

      Constraints:

      • 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.

      Returns:
      The identifier of the event source to be added.

      Constraints:

      • 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.

    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
      Specified by:
      toBuilder in class RdsRequest
    • builder

    • serializableBuilderClass

      public static Class<? extends AddSourceIdentifierToSubscriptionRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo