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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the allow list.The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.description
(String description) The custom description of the allow list.The unique identifier for the allow list.The custom name of the allow list.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, sdkFields
-
Method Details
-
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
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
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
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
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
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.
-