public static interface BatchGetCustomDataIdentifiersResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<BatchGetCustomDataIdentifiersResponse.Builder,BatchGetCustomDataIdentifiersResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifiersResponse.Builder |
customDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
customDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
customDataIdentifiers(Consumer<BatchGetCustomDataIdentifierSummary.Builder>... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResponse.Builder |
notFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of identifiers, one for each identifier that was specified in the request, but doesn't correlate to
an existing custom data identifier.
|
BatchGetCustomDataIdentifiersResponse.Builder |
notFoundIdentifierIds(String... notFoundIdentifierIds)
An array of identifiers, one for each identifier that was specified in the request, but doesn't correlate to
an existing custom data identifier.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
customDataIdentifiers - An array of objects, one for each custom data identifier that meets the criteria specified in the
request.BatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
customDataIdentifiers - An array of objects, one for each custom data identifier that meets the criteria specified in the
request.BatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers(Consumer<BatchGetCustomDataIdentifierSummary.Builder>... customDataIdentifiers)
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #customDataIdentifiers(List) .customDataIdentifiers - a consumer that will call methods on List.Builder #customDataIdentifiers(List) BatchGetCustomDataIdentifiersResponse.Builder notFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of identifiers, one for each identifier that was specified in the request, but doesn't correlate to an existing custom data identifier.
notFoundIdentifierIds - An array of identifiers, one for each identifier that was specified in the request, but doesn't
correlate to an existing custom data identifier.BatchGetCustomDataIdentifiersResponse.Builder notFoundIdentifierIds(String... notFoundIdentifierIds)
An array of identifiers, one for each identifier that was specified in the request, but doesn't correlate to an existing custom data identifier.
notFoundIdentifierIds - An array of identifiers, one for each identifier that was specified in the request, but doesn't
correlate to an existing custom data identifier.Copyright © 2020. All rights reserved.