Class MessageBatchRequestCounts.Builder
-
- All Implemented Interfaces:
public final class MessageBatchRequestCounts.BuilderA builder for MessageBatchRequestCounts.
-
-
Method Summary
Modifier and Type Method Description final MessageBatchRequestCounts.Buildercanceled(Long canceled)Number of requests in the Message Batch that have been canceled. final MessageBatchRequestCounts.Buildercanceled(JsonField<Long> canceled)Number of requests in the Message Batch that have been canceled. final MessageBatchRequestCounts.Buildererrored(Long errored)Number of requests in the Message Batch that encountered an error. final MessageBatchRequestCounts.Buildererrored(JsonField<Long> errored)Number of requests in the Message Batch that encountered an error. final MessageBatchRequestCounts.Builderexpired(Long expired)Number of requests in the Message Batch that have expired. final MessageBatchRequestCounts.Builderexpired(JsonField<Long> expired)Number of requests in the Message Batch that have expired. final MessageBatchRequestCounts.Builderprocessing(Long processing)Number of requests in the Message Batch that are processing. final MessageBatchRequestCounts.Builderprocessing(JsonField<Long> processing)Number of requests in the Message Batch that are processing. final MessageBatchRequestCounts.Buildersucceeded(Long succeeded)Number of requests in the Message Batch that have completed successfully. final MessageBatchRequestCounts.Buildersucceeded(JsonField<Long> succeeded)Number of requests in the Message Batch that have completed successfully. final MessageBatchRequestCounts.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final MessageBatchRequestCounts.BuilderputAdditionalProperty(String key, JsonValue value)final MessageBatchRequestCounts.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final MessageBatchRequestCounts.BuilderremoveAdditionalProperty(String key)final MessageBatchRequestCounts.BuilderremoveAllAdditionalProperties(Set<String> keys)final MessageBatchRequestCountsbuild()-
-
Method Detail
-
canceled
final MessageBatchRequestCounts.Builder canceled(Long canceled)
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
canceled
final MessageBatchRequestCounts.Builder canceled(JsonField<Long> canceled)
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
errored
final MessageBatchRequestCounts.Builder errored(Long errored)
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
errored
final MessageBatchRequestCounts.Builder errored(JsonField<Long> errored)
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
expired
final MessageBatchRequestCounts.Builder expired(Long expired)
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
expired
final MessageBatchRequestCounts.Builder expired(JsonField<Long> expired)
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
processing
final MessageBatchRequestCounts.Builder processing(Long processing)
Number of requests in the Message Batch that are processing.
-
processing
final MessageBatchRequestCounts.Builder processing(JsonField<Long> processing)
Number of requests in the Message Batch that are processing.
-
succeeded
final MessageBatchRequestCounts.Builder succeeded(Long succeeded)
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
succeeded
final MessageBatchRequestCounts.Builder succeeded(JsonField<Long> succeeded)
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
additionalProperties
final MessageBatchRequestCounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MessageBatchRequestCounts.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MessageBatchRequestCounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MessageBatchRequestCounts.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MessageBatchRequestCounts.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MessageBatchRequestCounts build()
-
-
-
-