Interface ListAccountAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>,SdkBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccountAssociationsRequest
public static interface ListAccountAssociationsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListAccountAssociationsRequest.BuilderbillingPeriod(String billingPeriod)The preferred billing period to get account associations.default ListAccountAssociationsRequest.Builderfilters(Consumer<ListAccountAssociationsFilter.Builder> filters)The filter on the account ID of the linked account, or any of the following:ListAccountAssociationsRequest.Builderfilters(ListAccountAssociationsFilter filters)The filter on the account ID of the linked account, or any of the following:ListAccountAssociationsRequest.BuildernextToken(String nextToken)The pagination token that's used on subsequent calls to retrieve accounts.ListAccountAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
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
-
billingPeriod
ListAccountAssociationsRequest.Builder billingPeriod(String billingPeriod)
The preferred billing period to get account associations.
- Parameters:
billingPeriod- The preferred billing period to get account associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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.
This is a convenience method that creates an instance of theBilling Group Arn: linked accounts that are associated to the provided billing group Arn.ListAccountAssociationsFilter.Builderavoiding the need to create one manually viaListAccountAssociationsFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(ListAccountAssociationsFilter).- Parameters:
filters- a consumer that will call methods onListAccountAssociationsFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filters(ListAccountAssociationsFilter)
-
nextToken
ListAccountAssociationsRequest.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
- Parameters:
nextToken- The pagination token that's used on subsequent calls to retrieve accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-