UsageRecord.Builder |
UsageRecord.Builder.accountId(String accountId) |
The unique identifier for the Amazon Web Services account that the data applies to.
|
UsageRecord.Builder |
UsageRecord.Builder.automatedDiscoveryFreeTrialStartDate(Instant automatedDiscoveryFreeTrialStartDate) |
The date and time, in UTC and extended ISO 8601 format, when the free trial of automated sensitive data
discovery started for the account.
|
static UsageRecord.Builder |
UsageRecord.builder() |
|
UsageRecord.Builder |
UsageRecord.Builder.freeTrialStartDate(Instant freeTrialStartDate) |
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie free trial started for the
account.
|
UsageRecord.Builder |
UsageRecord.toBuilder() |
|
UsageRecord.Builder |
UsageRecord.Builder.usage(Collection<UsageByAccount> usage) |
An array of objects that contains usage data and quotas for the account.
|
UsageRecord.Builder |
UsageRecord.Builder.usage(Consumer<UsageByAccount.Builder>... usage) |
An array of objects that contains usage data and quotas for the account.
|
UsageRecord.Builder |
UsageRecord.Builder.usage(UsageByAccount... usage) |
An array of objects that contains usage data and quotas for the account.
|