Interface BatchDeleteConfigurationTask.Builder

    • Method Detail

      • taskId

        BatchDeleteConfigurationTask.Builder taskId​(String taskId)

        The deletion task's unique identifier.

        Parameters:
        taskId - The deletion task's unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        BatchDeleteConfigurationTask.Builder startTime​(Instant startTime)

        An epoch seconds timestamp (UTC) of when the deletion task was started.

        Parameters:
        startTime - An epoch seconds timestamp (UTC) of when the deletion task was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        BatchDeleteConfigurationTask.Builder endTime​(Instant endTime)

        An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.

        Parameters:
        endTime - An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestedConfigurations

        BatchDeleteConfigurationTask.Builder requestedConfigurations​(Collection<String> requestedConfigurations)

        The list of configuration IDs that were originally requested to be deleted by the deletion task.

        Parameters:
        requestedConfigurations - The list of configuration IDs that were originally requested to be deleted by the deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestedConfigurations

        BatchDeleteConfigurationTask.Builder requestedConfigurations​(String... requestedConfigurations)

        The list of configuration IDs that were originally requested to be deleted by the deletion task.

        Parameters:
        requestedConfigurations - The list of configuration IDs that were originally requested to be deleted by the deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletedConfigurations

        BatchDeleteConfigurationTask.Builder deletedConfigurations​(Collection<String> deletedConfigurations)

        The list of configuration IDs that were successfully deleted by the deletion task.

        Parameters:
        deletedConfigurations - The list of configuration IDs that were successfully deleted by the deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletedConfigurations

        BatchDeleteConfigurationTask.Builder deletedConfigurations​(String... deletedConfigurations)

        The list of configuration IDs that were successfully deleted by the deletion task.

        Parameters:
        deletedConfigurations - The list of configuration IDs that were successfully deleted by the deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedConfigurations

        BatchDeleteConfigurationTask.Builder failedConfigurations​(Collection<FailedConfiguration> failedConfigurations)

        A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.

        Parameters:
        failedConfigurations - A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedConfigurations

        BatchDeleteConfigurationTask.Builder failedConfigurations​(FailedConfiguration... failedConfigurations)

        A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.

        Parameters:
        failedConfigurations - A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionWarnings

        BatchDeleteConfigurationTask.Builder deletionWarnings​(Collection<DeletionWarning> deletionWarnings)

        A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.

        Parameters:
        deletionWarnings - A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionWarnings

        BatchDeleteConfigurationTask.Builder deletionWarnings​(DeletionWarning... deletionWarnings)

        A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.

        Parameters:
        deletionWarnings - A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.