public static interface BatchWriteException.Builder extends CopyableBuilder<BatchWriteException.Builder,BatchWriteException>
| Modifier and Type | Method and Description |
|---|---|
BatchWriteException.Builder |
index(Integer index)
Sets the value of the Index property for this object.
|
BatchWriteException.Builder |
message(String message) |
BatchWriteException.Builder |
type(BatchWriteExceptionType type)
Sets the value of the Type property for this object.
|
BatchWriteException.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copyapply, buildBatchWriteException.Builder index(Integer index)
index - The new value for the Index property for this object.BatchWriteException.Builder type(String type)
type - The new value for the Type property for this object.BatchWriteExceptionType,
BatchWriteExceptionTypeBatchWriteException.Builder type(BatchWriteExceptionType type)
type - The new value for the Type property for this object.BatchWriteExceptionType,
BatchWriteExceptionTypeBatchWriteException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.