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