public static interface ListAccountAssociationsFilter.Builder extends SdkPojo, CopyableBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsFilter.Builder |
accountId(String accountId)
The Amazon Web Services account ID to filter on.
|
ListAccountAssociationsFilter.Builder |
accountIds(Collection<String> accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
|
ListAccountAssociationsFilter.Builder |
accountIds(String... accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
|
ListAccountAssociationsFilter.Builder |
association(String association)
MONITORED: linked accounts that are associated to billing groups. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountAssociationsFilter.Builder association(String association)
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
association - MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
ListAccountAssociationsFilter.Builder accountId(String accountId)
The Amazon Web Services account ID to filter on.
accountId - The Amazon Web Services account ID to filter on.ListAccountAssociationsFilter.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
accountIds - The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.ListAccountAssociationsFilter.Builder accountIds(String... accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
accountIds - The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.Copyright © 2023. All rights reserved.