Interface CreateInvoiceUnitResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateInvoiceUnitResponse.Builder,
,CreateInvoiceUnitResponse> InvoicingResponse.Builder
,SdkBuilder<CreateInvoiceUnitResponse.Builder,
,CreateInvoiceUnitResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateInvoiceUnitResponse
@Mutable
@NotThreadSafe
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
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.
-