public static interface BatchDeleteConfigurationTask.Builder extends SdkPojo, CopyableBuilder<BatchDeleteConfigurationTask.Builder,BatchDeleteConfigurationTask>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConfigurationTask.Builder |
configurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete.
|
BatchDeleteConfigurationTask.Builder |
configurationType(String configurationType)
The type of configuration item to delete.
|
BatchDeleteConfigurationTask.Builder |
deletedConfigurations(Collection<String> deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
|
BatchDeleteConfigurationTask.Builder |
deletedConfigurations(String... deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
|
BatchDeleteConfigurationTask.Builder |
deletionWarnings(Collection<DeletionWarning> deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask.Builder |
deletionWarnings(Consumer<DeletionWarning.Builder>... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask.Builder |
deletionWarnings(DeletionWarning... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask.Builder |
endTime(Instant endTime)
An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
|
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.
|
BatchDeleteConfigurationTask.Builder |
failedConfigurations(Consumer<FailedConfiguration.Builder>... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error
message.
|
BatchDeleteConfigurationTask.Builder |
failedConfigurations(FailedConfiguration... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error
message.
|
BatchDeleteConfigurationTask.Builder |
requestedConfigurations(Collection<String> requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
BatchDeleteConfigurationTask.Builder |
requestedConfigurations(String... requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
BatchDeleteConfigurationTask.Builder |
startTime(Instant startTime)
An epoch seconds timestamp (UTC) of when the deletion task was started.
|
BatchDeleteConfigurationTask.Builder |
status(BatchDeleteConfigurationTaskStatus status)
The current execution status of the deletion task.
|
BatchDeleteConfigurationTask.Builder |
status(String status)
The current execution status of the deletion task.
|
BatchDeleteConfigurationTask.Builder |
taskId(String taskId)
The deletion task's unique identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteConfigurationTask.Builder taskId(String taskId)
The deletion task's unique identifier.
taskId - The deletion task's unique identifier.BatchDeleteConfigurationTask.Builder status(String status)
The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
status - The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING |
DELETING | COMPLETED | FAILED.BatchDeleteConfigurationTaskStatus,
BatchDeleteConfigurationTaskStatusBatchDeleteConfigurationTask.Builder status(BatchDeleteConfigurationTaskStatus status)
The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
status - The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING |
DELETING | COMPLETED | FAILED.BatchDeleteConfigurationTaskStatus,
BatchDeleteConfigurationTaskStatusBatchDeleteConfigurationTask.Builder startTime(Instant startTime)
An epoch seconds timestamp (UTC) of when the deletion task was started.
startTime - An epoch seconds timestamp (UTC) of when the deletion task was started.BatchDeleteConfigurationTask.Builder endTime(Instant endTime)
An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
endTime - An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.BatchDeleteConfigurationTask.Builder configurationType(String configurationType)
The type of configuration item to delete. Supported types are: SERVER.
configurationType - The type of configuration item to delete. Supported types are: SERVER.DeletionConfigurationItemType,
DeletionConfigurationItemTypeBatchDeleteConfigurationTask.Builder configurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete. Supported types are: SERVER.
configurationType - The type of configuration item to delete. Supported types are: SERVER.DeletionConfigurationItemType,
DeletionConfigurationItemTypeBatchDeleteConfigurationTask.Builder requestedConfigurations(Collection<String> requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
requestedConfigurations - The list of configuration IDs that were originally requested to be deleted by the deletion task.BatchDeleteConfigurationTask.Builder requestedConfigurations(String... requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
requestedConfigurations - The list of configuration IDs that were originally requested to be deleted by the deletion task.BatchDeleteConfigurationTask.Builder deletedConfigurations(Collection<String> deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
deletedConfigurations - The list of configuration IDs that were successfully deleted by the deletion task.BatchDeleteConfigurationTask.Builder deletedConfigurations(String... deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
deletedConfigurations - The list of configuration IDs that were successfully deleted by the deletion task.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.
failedConfigurations - A list of configuration IDs that failed to delete during the deletion task, each paired with an error
message.BatchDeleteConfigurationTask.Builder failedConfigurations(FailedConfiguration... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
failedConfigurations - A list of configuration IDs that failed to delete during the deletion task, each paired with an error
message.BatchDeleteConfigurationTask.Builder failedConfigurations(Consumer<FailedConfiguration.Builder>... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
This is a convenience method that creates an instance of theFailedConfiguration.Builder avoiding the
need to create one manually via
FailedConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedConfigurations(List.
failedConfigurations - a consumer that will call methods on
FailedConfiguration.Builder#failedConfigurations(java.util.Collection) BatchDeleteConfigurationTask.Builder deletionWarnings(Collection<DeletionWarning> deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
deletionWarnings - A list of configuration IDs that produced warnings regarding their deletion, paired with a warning
message.BatchDeleteConfigurationTask.Builder deletionWarnings(DeletionWarning... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
deletionWarnings - A list of configuration IDs that produced warnings regarding their deletion, paired with a warning
message.BatchDeleteConfigurationTask.Builder deletionWarnings(Consumer<DeletionWarning.Builder>... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
This is a convenience method that creates an instance of theDeletionWarning.Builder avoiding the need
to create one manually via
DeletionWarning.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deletionWarnings(List.
deletionWarnings - a consumer that will call methods on
DeletionWarning.Builder#deletionWarnings(java.util.Collection) Copyright © 2023. All rights reserved.