Interface DeleteConfigurationSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>, PinpointSmsVoiceV2Response.Builder, SdkBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteConfigurationSetResponse

  • Method Details

    • 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

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

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

      This is a convenience method that creates an instance of the EventDestination.Builder avoiding the need to create one manually via EventDestination.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to eventDestinations(List<EventDestination>).

      Parameters:
      eventDestinations - a consumer that will call methods on EventDestination.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • 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.