Interface ChangeMessageVisibilityBatchResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>,SdkBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>,SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- ChangeMessageVisibilityBatchResponse
@Mutable @NotThreadSafe public static interface ChangeMessageVisibilityBatchResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchResponse.Builder,ChangeMessageVisibilityBatchResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
successful
ChangeMessageVisibilityBatchResponse.Builder successful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
A list of
ChangeMessageVisibilityBatchResultEntryitems.- Parameters:
successful- A list ofChangeMessageVisibilityBatchResultEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
ChangeMessageVisibilityBatchResponse.Builder successful(ChangeMessageVisibilityBatchResultEntry... successful)
A list of
ChangeMessageVisibilityBatchResultEntryitems.- Parameters:
successful- A list ofChangeMessageVisibilityBatchResultEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
ChangeMessageVisibilityBatchResponse.Builder successful(Consumer<ChangeMessageVisibilityBatchResultEntry.Builder>... successful)
A list of
This is a convenience method that creates an instance of theChangeMessageVisibilityBatchResultEntryitems.ChangeMessageVisibilityBatchResultEntry.Builderavoiding the need to create one manually viaChangeMessageVisibilityBatchResultEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successful(List.) - Parameters:
successful- a consumer that will call methods onChangeMessageVisibilityBatchResultEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successful(java.util.Collection)
-
failed
ChangeMessageVisibilityBatchResponse.Builder failed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntryitems.- Parameters:
failed- A list ofBatchResultErrorEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
ChangeMessageVisibilityBatchResponse.Builder failed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntryitems.- Parameters:
failed- A list ofBatchResultErrorEntryitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
ChangeMessageVisibilityBatchResponse.Builder failed(Consumer<BatchResultErrorEntry.Builder>... failed)
A list of
This is a convenience method that creates an instance of theBatchResultErrorEntryitems.BatchResultErrorEntry.Builderavoiding the need to create one manually viaBatchResultErrorEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failed(List.) - Parameters:
failed- a consumer that will call methods onBatchResultErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failed(java.util.Collection)
-
-