Interface ChangeMessageVisibilityBatchResultEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChangeMessageVisibilityBatchResultEntry.Builder,ChangeMessageVisibilityBatchResultEntry>,SdkBuilder<ChangeMessageVisibilityBatchResultEntry.Builder,ChangeMessageVisibilityBatchResultEntry>,SdkPojo
- Enclosing class:
- ChangeMessageVisibilityBatchResultEntry
@Mutable @NotThreadSafe public static interface ChangeMessageVisibilityBatchResultEntry.Builder extends SdkPojo, CopyableBuilder<ChangeMessageVisibilityBatchResultEntry.Builder,ChangeMessageVisibilityBatchResultEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeMessageVisibilityBatchResultEntry.Builderid(String id)Represents a message whose visibility timeout has been changed successfully.-
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
-
-
-
-
Method Detail
-
id
ChangeMessageVisibilityBatchResultEntry.Builder id(String id)
Represents a message whose visibility timeout has been changed successfully.
- Parameters:
id- Represents a message whose visibility timeout has been changed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-