public static interface ListAccountAssociationsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsRequest.Builder |
billingPeriod(String billingPeriod)
The preferred billing period to get account associations.
|
default ListAccountAssociationsRequest.Builder |
filters(Consumer<ListAccountAssociationsFilter.Builder> filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest.Builder |
filters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
|
ListAccountAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountAssociationsRequest.Builder billingPeriod(String billingPeriod)
The preferred billing period to get account associations.
billingPeriod - The preferred billing period to get account associations.ListAccountAssociationsRequest.Builder filters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
filters - The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
default ListAccountAssociationsRequest.Builder filters(Consumer<ListAccountAssociationsFilter.Builder> filters)
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
ListAccountAssociationsFilter.Builder
avoiding the need to create one manually via ListAccountAssociationsFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(ListAccountAssociationsFilter).
filters - a consumer that will call methods on ListAccountAssociationsFilter.Builderfilters(ListAccountAssociationsFilter)ListAccountAssociationsRequest.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
nextToken - The pagination token that's used on subsequent calls to retrieve accounts.ListAccountAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccountAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.