Interface AllowListSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AllowListSummary.Builder,AllowListSummary>,SdkBuilder<AllowListSummary.Builder,AllowListSummary>,SdkPojo
- Enclosing class:
- AllowListSummary
public static interface AllowListSummary.Builder extends SdkPojo, CopyableBuilder<AllowListSummary.Builder,AllowListSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowListSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the allow list.AllowListSummary.BuildercreatedAt(Instant createdAt)The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.AllowListSummary.Builderdescription(String description)The custom description of the allow list.AllowListSummary.Builderid(String id)The unique identifier for the allow list.AllowListSummary.Buildername(String name)The custom name of the allow list.AllowListSummary.BuilderupdatedAt(Instant updatedAt)The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.-
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
AllowListSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
- Parameters:
arn- The Amazon Resource Name (ARN) of the allow list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AllowListSummary.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
- Parameters:
createdAt- The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AllowListSummary.Builder description(String description)
The custom description of the allow list.
- Parameters:
description- The custom description of the allow list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
AllowListSummary.Builder id(String id)
The unique identifier for the allow list.
- Parameters:
id- The unique identifier for the allow list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AllowListSummary.Builder name(String name)
The custom name of the allow list.
- Parameters:
name- The custom name of the allow list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
AllowListSummary.Builder updatedAt(Instant updatedAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
- Parameters:
updatedAt- The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-