public static interface AllowListSummary.Builder extends SdkPojo, CopyableBuilder<AllowListSummary.Builder,AllowListSummary>
| Modifier and Type | Method and Description |
|---|---|
AllowListSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
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.
|
AllowListSummary.Builder |
description(String description)
The custom description of the allow list.
|
AllowListSummary.Builder |
id(String id)
The unique identifier for the allow list.
|
AllowListSummary.Builder |
name(String name)
The custom name of the allow list.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAllowListSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
arn - The Amazon Resource Name (ARN) of the allow list.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.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon
Macie.AllowListSummary.Builder description(String description)
The custom description of the allow list.
description - The custom description of the allow list.AllowListSummary.Builder id(String id)
The unique identifier for the allow list.
id - The unique identifier for the allow list.AllowListSummary.Builder name(String name)
The custom name of the allow list.
name - The custom name of the allow list.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.
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.Copyright © 2022. All rights reserved.