Interface NotifyConfigurationInformation.Builder

  • Method Details

    • notifyConfigurationArn

      NotifyConfigurationInformation.Builder notifyConfigurationArn(String notifyConfigurationArn)

      The Amazon Resource Name (ARN) for the notify configuration.

      Parameters:
      notifyConfigurationArn - The Amazon Resource Name (ARN) for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notifyConfigurationId

      NotifyConfigurationInformation.Builder notifyConfigurationId(String notifyConfigurationId)

      The unique identifier for the notify configuration.

      Parameters:
      notifyConfigurationId - The unique identifier for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The display name associated with the notify configuration.

      Parameters:
      displayName - The display name associated with the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • useCase

      The use case for the notify configuration.

      Parameters:
      useCase - The use case for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • useCase

      The use case for the notify configuration.

      Parameters:
      useCase - The use case for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultTemplateId

      NotifyConfigurationInformation.Builder defaultTemplateId(String defaultTemplateId)

      The default template identifier associated with the notify configuration.

      Parameters:
      defaultTemplateId - The default template identifier associated with the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolId

      The identifier of the pool associated with the notify configuration.

      Parameters:
      poolId - The identifier of the pool associated with the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledCountries

      NotifyConfigurationInformation.Builder enabledCountries(Collection<String> enabledCountries)

      An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.

      Parameters:
      enabledCountries - An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledCountries

      NotifyConfigurationInformation.Builder enabledCountries(String... enabledCountries)

      An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.

      Parameters:
      enabledCountries - An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledChannelsWithStrings

      NotifyConfigurationInformation.Builder enabledChannelsWithStrings(Collection<String> enabledChannels)

      An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.

      Parameters:
      enabledChannels - An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledChannelsWithStrings

      NotifyConfigurationInformation.Builder enabledChannelsWithStrings(String... enabledChannels)

      An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.

      Parameters:
      enabledChannels - An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledChannels

      An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.

      Parameters:
      enabledChannels - An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledChannels

      NotifyConfigurationInformation.Builder enabledChannels(NumberCapability... enabledChannels)

      An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.

      Parameters:
      enabledChannels - An array of channels enabled for the notify configuration. Supported values include SMS and VOICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tier

      The tier of the notify configuration.

      Parameters:
      tier - The tier of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tier

      The tier of the notify configuration.

      Parameters:
      tier - The tier of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tierUpgradeStatus

      NotifyConfigurationInformation.Builder tierUpgradeStatus(String tierUpgradeStatus)

      The tier upgrade status of the notify configuration.

      Parameters:
      tierUpgradeStatus - The tier upgrade status of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tierUpgradeStatus

      NotifyConfigurationInformation.Builder tierUpgradeStatus(TierUpgradeStatus tierUpgradeStatus)

      The tier upgrade status of the notify configuration.

      Parameters:
      tierUpgradeStatus - The tier upgrade status of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the notify configuration.

      Parameters:
      status - The current status of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the notify configuration.

      Parameters:
      status - The current status of the notify configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rejectionReason

      NotifyConfigurationInformation.Builder rejectionReason(String rejectionReason)

      The reason the notify configuration was rejected, if applicable.

      Parameters:
      rejectionReason - The reason the notify configuration was rejected, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deletionProtectionEnabled

      NotifyConfigurationInformation.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      When set to true deletion protection is enabled. By default this is set to false.

      Parameters:
      deletionProtectionEnabled - When set to true deletion protection is enabled. By default this is set to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      NotifyConfigurationInformation.Builder createdTimestamp(Instant createdTimestamp)

      The time when the notify configuration was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the notify configuration was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.