CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
, SdkBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
public static interface ChangeMessageVisibilityBatchResponse.Builder extends CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
Modifier and Type | Method | Description |
---|---|---|
ChangeMessageVisibilityBatchResponse.Builder |
failed(Collection<BatchResultErrorEntry> failed) |
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
failed(BatchResultErrorEntry... failed) |
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful) |
A list of
ChangeMessageVisibilityBatchResultEntry items. |
ChangeMessageVisibilityBatchResponse.Builder |
successful(ChangeMessageVisibilityBatchResultEntry... successful) |
A list of
ChangeMessageVisibilityBatchResultEntry items. |
copy
apply, build
ChangeMessageVisibilityBatchResponse.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 Amazon Web Services, Inc. All Rights Reserved.