| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageRecord.Builder |
UsageRecord.Builder.accountId(String accountId)
The unique identifier for the AWS account that the data applies to.
|
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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsageRecord.Builder> |
UsageRecord.serializableBuilderClass() |
Copyright © 2020. All rights reserved.