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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCustomDataIdentifierSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the custom data identifier.BatchGetCustomDataIdentifierSummary.BuildercreatedAt(Instant createdAt)The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.BatchGetCustomDataIdentifierSummary.Builderdeleted(Boolean deleted)Specifies whether the custom data identifier was deleted.BatchGetCustomDataIdentifierSummary.Builderdescription(String description)The custom description of the custom data identifier.BatchGetCustomDataIdentifierSummary.Builderid(String id)The unique identifier for the custom data identifier.BatchGetCustomDataIdentifierSummary.Buildername(String name)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
BatchGetCustomDataIdentifierSummary.Builder arn(String 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
BatchGetCustomDataIdentifierSummary.Builder createdAt(Instant 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
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.
- 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
BatchGetCustomDataIdentifierSummary.Builder description(String 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
BatchGetCustomDataIdentifierSummary.Builder id(String 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
BatchGetCustomDataIdentifierSummary.Builder name(String 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.
-
-