Interface CreateInvoiceUnitResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateInvoiceUnitResponse.Builder,,CreateInvoiceUnitResponse> InvoicingResponse.Builder,SdkBuilder<CreateInvoiceUnitResponse.Builder,,CreateInvoiceUnitResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateInvoiceUnitResponse
public static interface CreateInvoiceUnitResponse.Builder
extends InvoicingResponse.Builder, SdkPojo, CopyableBuilder<CreateInvoiceUnitResponse.Builder,CreateInvoiceUnitResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioninvoiceUnitArn(String invoiceUnitArn) The ARN to identify an invoice unit.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
- 
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.
 
 
 -