Interface UpdateInvoiceUnitResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateInvoiceUnitResponse.Builder,
,UpdateInvoiceUnitResponse> InvoicingResponse.Builder
,SdkBuilder<UpdateInvoiceUnitResponse.Builder,
,UpdateInvoiceUnitResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateInvoiceUnitResponse
@Mutable
@NotThreadSafe
public static interface UpdateInvoiceUnitResponse.Builder
extends InvoicingResponse.Builder, SdkPojo, CopyableBuilder<UpdateInvoiceUnitResponse.Builder,UpdateInvoiceUnitResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninvoiceUnitArn
(String invoiceUnitArn) The ARN to identify an invoice unit.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
-
invoiceUnitArn
The ARN to identify an invoice unit. This information can't be modified or deleted.
- Parameters:
invoiceUnitArn
- The ARN to identify an invoice unit. This information can't be modified or deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-