public static interface BatchGetCustomDataIdentifierSummary.Builder extends SdkPojo, CopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,BatchGetCustomDataIdentifierSummary>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomDataIdentifierSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
BatchGetCustomDataIdentifierSummary.Builder |
createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
BatchGetCustomDataIdentifierSummary.Builder |
deleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
BatchGetCustomDataIdentifierSummary.Builder |
description(String description)
The custom description of the custom data identifier.
|
BatchGetCustomDataIdentifierSummary.Builder |
id(String id)
The unique identifier for the custom data identifier.
|
BatchGetCustomDataIdentifierSummary.Builder |
name(String name)
The custom name of the custom data identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCustomDataIdentifierSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn - The Amazon Resource Name (ARN) of the custom data identifier.BatchGetCustomDataIdentifierSummary.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.BatchGetCustomDataIdentifierSummary.Builder deleted(Boolean deleted)
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
deleted - Specifies whether the custom data identifier was deleted. If you delete a custom data identifier,
Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.BatchGetCustomDataIdentifierSummary.Builder description(String description)
The custom description of the custom data identifier.
description - The custom description of the custom data identifier.BatchGetCustomDataIdentifierSummary.Builder id(String id)
The unique identifier for the custom data identifier.
id - The unique identifier for the custom data identifier.BatchGetCustomDataIdentifierSummary.Builder name(String name)
The custom name of the custom data identifier.
name - The custom name of the custom data identifier.Copyright © 2020. All rights reserved.