static BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.builder() |
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.Builder.customDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers) |
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.Builder.customDataIdentifiers(Consumer<BatchGetCustomDataIdentifierSummary.Builder>... customDataIdentifiers) |
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.Builder.customDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers) |
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.Builder.notFoundIdentifierIds(String... notFoundIdentifierIds) |
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request
but doesn't correlate to an existing custom data identifier.
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.Builder.notFoundIdentifierIds(Collection<String> notFoundIdentifierIds) |
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request
but doesn't correlate to an existing custom data identifier.
|
BatchGetCustomDataIdentifiersResponse.Builder |
BatchGetCustomDataIdentifiersResponse.toBuilder() |
|