Interface BatchGetInvoiceProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetInvoiceProfileRequest.Builder,BatchGetInvoiceProfileRequest>,InvoicingRequest.Builder,SdkBuilder<BatchGetInvoiceProfileRequest.Builder,BatchGetInvoiceProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetInvoiceProfileRequest
public static interface BatchGetInvoiceProfileRequest.Builder extends InvoicingRequest.Builder, SdkPojo, CopyableBuilder<BatchGetInvoiceProfileRequest.Builder,BatchGetInvoiceProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetInvoiceProfileRequest.BuilderaccountIds(String... accountIds)Retrieves the corresponding invoice profile data for these account IDs.BatchGetInvoiceProfileRequest.BuilderaccountIds(Collection<String> accountIds)Retrieves the corresponding invoice profile data for these account IDs.BatchGetInvoiceProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetInvoiceProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountIds
BatchGetInvoiceProfileRequest.Builder accountIds(Collection<String> accountIds)
Retrieves the corresponding invoice profile data for these account IDs.
- Parameters:
accountIds- Retrieves the corresponding invoice profile data for these account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
BatchGetInvoiceProfileRequest.Builder accountIds(String... accountIds)
Retrieves the corresponding invoice profile data for these account IDs.
- Parameters:
accountIds- Retrieves the corresponding invoice profile data for these account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetInvoiceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetInvoiceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-