Uses of Interface
software.amazon.awssdk.services.macie2.model.AllowListSummary.Builder
-
Packages that use AllowListSummary.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AllowListSummary.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AllowListSummary.Builder Modifier and Type Method Description AllowListSummary.BuilderAllowListSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the allow list.static AllowListSummary.BuilderAllowListSummary. builder()AllowListSummary.BuilderAllowListSummary.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.BuilderAllowListSummary.Builder. description(String description)The custom description of the allow list.AllowListSummary.BuilderAllowListSummary.Builder. id(String id)The unique identifier for the allow list.AllowListSummary.BuilderAllowListSummary.Builder. name(String name)The custom name of the allow list.AllowListSummary.BuilderAllowListSummary. toBuilder()AllowListSummary.BuilderAllowListSummary.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.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AllowListSummary.Builder Modifier and Type Method Description static Class<? extends AllowListSummary.Builder>AllowListSummary. serializableBuilderClass()
-