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 matches the criteria specified in the request.
|
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 |
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the
request.BatchGetCustomDataIdentifiersResponse.Builder customDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
customDataIdentifiers - An array of objects, one for each custom data identifier that matches the criteria specified in the
request.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.
This is a convenience method that creates an instance of theBatchGetCustomDataIdentifierSummary.Builder avoiding the
need to create one manually via
BatchGetCustomDataIdentifierSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #customDataIdentifiers(List.
customDataIdentifiers - a consumer that will call methods on
BatchGetCustomDataIdentifierSummary.Builder#customDataIdentifiers(java.util.Collection) 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.
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 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.
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.Copyright © 2023. All rights reserved.