public static interface ChangeMessageVisibilityBatchResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchResponse.Builder |
failed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
failed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
successful(ChangeMessageVisibilityBatchResultEntry... successful)
A list of
ChangeMessageVisibilityBatchResultEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
A list of
ChangeMessageVisibilityBatchResultEntry items. |
copyapply, buildChangeMessageVisibilityBatchResponse.Builder successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
A list of ChangeMessageVisibilityBatchResultEntry items.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.ChangeMessageVisibilityBatchResponse.Builder successful(ChangeMessageVisibilityBatchResultEntry... successful)
A list of ChangeMessageVisibilityBatchResultEntry items.
NOTE: This method appends the values to the existing list (if any). Use
#setSuccessful(java.util.Collection) or #withSuccessful(java.util.Collection) if you want to
override the existing values.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.ChangeMessageVisibilityBatchResponse.Builder failed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
failed - A list of BatchResultErrorEntry items.ChangeMessageVisibilityBatchResponse.Builder failed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items.
NOTE: This method appends the values to the existing list (if any). Use
#setFailed(java.util.Collection) or #withFailed(java.util.Collection) if you want to override
the existing values.
failed - A list of BatchResultErrorEntry items.Copyright © 2017. All rights reserved.