Interface BatchGetInvoiceProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetInvoiceProfileResponse.Builder,,BatchGetInvoiceProfileResponse> InvoicingResponse.Builder,SdkBuilder<BatchGetInvoiceProfileResponse.Builder,,BatchGetInvoiceProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetInvoiceProfileResponse
public static interface BatchGetInvoiceProfileResponse.Builder
extends InvoicingResponse.Builder, SdkPojo, CopyableBuilder<BatchGetInvoiceProfileResponse.Builder,BatchGetInvoiceProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionprofiles(Collection<InvoiceProfile> profiles) A list of invoice profiles corresponding to the requested accounts.profiles(Consumer<InvoiceProfile.Builder>... profiles) A list of invoice profiles corresponding to the requested accounts.profiles(InvoiceProfile... profiles) A list of invoice profiles corresponding to the requested accounts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
profiles
A list of invoice profiles corresponding to the requested accounts.
- Parameters:
 profiles- A list of invoice profiles corresponding to the requested accounts.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
profiles
A list of invoice profiles corresponding to the requested accounts.
- Parameters:
 profiles- A list of invoice profiles corresponding to the requested accounts.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
profiles
A list of invoice profiles corresponding to the requested accounts.
This is a convenience method that creates an instance of theInvoiceProfile.Builderavoiding the need to create one manually viaInvoiceProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofiles(List<InvoiceProfile>).- Parameters:
 profiles- a consumer that will call methods onInvoiceProfile.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -