| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowListSummary.Builder |
AllowListSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
static AllowListSummary.Builder |
AllowListSummary.builder() |
AllowListSummary.Builder |
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 |
AllowListSummary.Builder.description(String description)
The custom description of the allow list.
|
AllowListSummary.Builder |
AllowListSummary.Builder.id(String id)
The unique identifier for the allow list.
|
AllowListSummary.Builder |
AllowListSummary.Builder.name(String name)
The custom name of the allow list.
|
AllowListSummary.Builder |
AllowListSummary.toBuilder() |
AllowListSummary.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowListSummary.Builder> |
AllowListSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.