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, AWS Config creates an exception due to an internal error.
failureMessage - Returns a failure message for delete remediation exception. For example, AWS 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #failedItems(List) .failedItems - a consumer that will call methods on List.Builder #failedItems(List) Copyright © 2021. All rights reserved.