Interface DeleteConfigurationSetResponse.Builder

    • Method Detail

      • configurationSetArn

        DeleteConfigurationSetResponse.Builder configurationSetArn​(String configurationSetArn)

        The Amazon Resource Name (ARN) of the deleted configuration set.

        Parameters:
        configurationSetArn - The Amazon Resource Name (ARN) of the deleted configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSetName

        DeleteConfigurationSetResponse.Builder configurationSetName​(String configurationSetName)

        The name of the deleted configuration set.

        Parameters:
        configurationSetName - The name of the deleted configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDestinations

        DeleteConfigurationSetResponse.Builder eventDestinations​(Collection<EventDestination> eventDestinations)

        An array of any EventDestination objects that were associated with the deleted configuration set.

        Parameters:
        eventDestinations - An array of any EventDestination objects that were associated with the deleted configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDestinations

        DeleteConfigurationSetResponse.Builder eventDestinations​(EventDestination... eventDestinations)

        An array of any EventDestination objects that were associated with the deleted configuration set.

        Parameters:
        eventDestinations - An array of any EventDestination objects that were associated with the deleted configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultMessageType

        DeleteConfigurationSetResponse.Builder defaultMessageType​(String defaultMessageType)

        The default message type of the configuration set that was deleted.

        Parameters:
        defaultMessageType - The default message type of the configuration set that was deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • defaultMessageType

        DeleteConfigurationSetResponse.Builder defaultMessageType​(MessageType defaultMessageType)

        The default message type of the configuration set that was deleted.

        Parameters:
        defaultMessageType - The default message type of the configuration set that was deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • defaultSenderId

        DeleteConfigurationSetResponse.Builder defaultSenderId​(String defaultSenderId)

        The default Sender ID of the configuration set that was deleted.

        Parameters:
        defaultSenderId - The default Sender ID of the configuration set that was deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        DeleteConfigurationSetResponse.Builder createdTimestamp​(Instant createdTimestamp)

        The time that the deleted configuration set was created in UNIX epoch time format.

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