Interface BatchGetInvoiceProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetInvoiceProfileResponse.Builder,
,BatchGetInvoiceProfileResponse> InvoicingResponse.Builder
,SdkBuilder<BatchGetInvoiceProfileResponse.Builder,
,BatchGetInvoiceProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetInvoiceProfileResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaInvoiceProfile.builder()
.When the
Consumer
completes,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:
-