Interface BatchGetCustomDataIdentifierSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,
,BatchGetCustomDataIdentifierSummary> SdkBuilder<BatchGetCustomDataIdentifierSummary.Builder,
,BatchGetCustomDataIdentifierSummary> SdkPojo
- Enclosing class:
BatchGetCustomDataIdentifierSummary
public static interface BatchGetCustomDataIdentifierSummary.Builder
extends SdkPojo, CopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,BatchGetCustomDataIdentifierSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the custom data identifier.The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.Specifies whether the custom data identifier was deleted.description
(String description) The custom description of the custom data identifier.The unique identifier for the custom data identifier.The custom name of the custom data identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the custom data identifier.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
- Parameters:
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The custom description of the custom data identifier.
- Parameters:
description
- The custom description of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier for the custom data identifier.
- Parameters:
id
- The unique identifier for the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The custom name of the custom data identifier.
- Parameters:
name
- The custom name of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-