Interface BatchGetCustomDataIdentifierSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,,- BatchGetCustomDataIdentifierSummary> - SdkBuilder<BatchGetCustomDataIdentifierSummary.Builder,,- BatchGetCustomDataIdentifierSummary> - SdkPojo
- Enclosing class:
- BatchGetCustomDataIdentifierSummary
@Mutable
@NotThreadSafe
public static interface BatchGetCustomDataIdentifierSummary.Builder
extends SdkPojo, CopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,BatchGetCustomDataIdentifierSummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
createdAtThe 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.
 
- 
deletedSpecifies 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.
 
- 
descriptionThe 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.
 
- 
idThe 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.
 
- 
nameThe 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.
 
 
-