public static interface BatchPermissionsFailureEntry.Builder extends SdkPojo, CopyableBuilder<BatchPermissionsFailureEntry.Builder,BatchPermissionsFailureEntry>
| Modifier and Type | Method and Description |
|---|---|
default BatchPermissionsFailureEntry.Builder |
error(Consumer<ErrorDetail.Builder> error)
An error message that applies to the failure of the entry.
|
BatchPermissionsFailureEntry.Builder |
error(ErrorDetail error)
An error message that applies to the failure of the entry.
|
BatchPermissionsFailureEntry.Builder |
requestEntry(BatchPermissionsRequestEntry requestEntry)
An identifier for an entry of the batch request.
|
default BatchPermissionsFailureEntry.Builder |
requestEntry(Consumer<BatchPermissionsRequestEntry.Builder> requestEntry)
An identifier for an entry of the batch request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPermissionsFailureEntry.Builder requestEntry(BatchPermissionsRequestEntry requestEntry)
An identifier for an entry of the batch request.
requestEntry - An identifier for an entry of the batch request.default BatchPermissionsFailureEntry.Builder requestEntry(Consumer<BatchPermissionsRequestEntry.Builder> requestEntry)
An identifier for an entry of the batch request.
This is a convenience that creates an instance of theBatchPermissionsRequestEntry.Builder avoiding
the need to create one manually via BatchPermissionsRequestEntry.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to requestEntry(BatchPermissionsRequestEntry).requestEntry - a consumer that will call methods on BatchPermissionsRequestEntry.BuilderrequestEntry(BatchPermissionsRequestEntry)BatchPermissionsFailureEntry.Builder error(ErrorDetail error)
An error message that applies to the failure of the entry.
error - An error message that applies to the failure of the entry.default BatchPermissionsFailureEntry.Builder error(Consumer<ErrorDetail.Builder> error)
An error message that applies to the failure of the entry.
This is a convenience that creates an instance of theErrorDetail.Builder avoiding the need to create
one manually via ErrorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to error(ErrorDetail).error - a consumer that will call methods on ErrorDetail.Buildererror(ErrorDetail)Copyright © 2019. All rights reserved.