public static interface FailedDeleteRemediationExceptionsBatch.Builder extends SdkPojo, CopyableBuilder<FailedDeleteRemediationExceptionsBatch.Builder,FailedDeleteRemediationExceptionsBatch>
| Modifier and Type | Method and Description |
|---|---|
FailedDeleteRemediationExceptionsBatch.Builder |
failedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
|
FailedDeleteRemediationExceptionsBatch.Builder |
failedItems(Consumer<RemediationExceptionResourceKey.Builder>... failedItems)
Returns remediation exception resource key object of the failed items.
|
FailedDeleteRemediationExceptionsBatch.Builder |
failedItems(RemediationExceptionResourceKey... failedItems)
Returns remediation exception resource key object of the failed items.
|
FailedDeleteRemediationExceptionsBatch.Builder |
failureMessage(String failureMessage)
Returns a failure message for delete remediation exception.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedDeleteRemediationExceptionsBatch.Builder failureMessage(String failureMessage)
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
failureMessage - Returns a failure message for delete remediation exception. For example, Config creates an exception
due to an internal error.FailedDeleteRemediationExceptionsBatch.Builder failedItems(Collection<RemediationExceptionResourceKey> failedItems)
Returns remediation exception resource key object of the failed items.
failedItems - Returns remediation exception resource key object of the failed items.FailedDeleteRemediationExceptionsBatch.Builder failedItems(RemediationExceptionResourceKey... failedItems)
Returns remediation exception resource key object of the failed items.
failedItems - Returns remediation exception resource key object of the failed items.FailedDeleteRemediationExceptionsBatch.Builder failedItems(Consumer<RemediationExceptionResourceKey.Builder>... failedItems)
Returns remediation exception resource key object of the failed items.
This is a convenience method that creates an instance of theRemediationExceptionResourceKey.Builder avoiding the
need to create one manually via
RemediationExceptionResourceKey.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedItems(List.
failedItems - a consumer that will call methods on
RemediationExceptionResourceKey.Builder#failedItems(java.util.Collection) Copyright © 2023. All rights reserved.