Interface ListAccountAssociationsFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>,SdkBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>,SdkPojo
- Enclosing class:
- ListAccountAssociationsFilter
public static interface ListAccountAssociationsFilter.Builder extends SdkPojo, CopyableBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountAssociationsFilter.BuilderaccountId(String accountId)The Amazon Web Services account ID to filter on.ListAccountAssociationsFilter.BuilderaccountIds(String... accountIds)The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.ListAccountAssociationsFilter.BuilderaccountIds(Collection<String> accountIds)The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.ListAccountAssociationsFilter.Builderassociation(String association)MONITORED: linked accounts that are associated to billing groups.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
association
ListAccountAssociationsFilter.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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
ListAccountAssociationsFilter.Builder accountId(String accountId)
The Amazon Web Services account ID to filter on.
- Parameters:
accountId- The Amazon Web Services account ID to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListAccountAssociationsFilter.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
- Parameters:
accountIds- The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListAccountAssociationsFilter.Builder accountIds(String... accountIds)
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
- Parameters:
accountIds- The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-