Interface ListCustomLineItemVersionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- BillingconductorResponse.Builder,- Buildable,- CopyableBuilder<ListCustomLineItemVersionsResponse.Builder,,- ListCustomLineItemVersionsResponse> - SdkBuilder<ListCustomLineItemVersionsResponse.Builder,,- ListCustomLineItemVersionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListCustomLineItemVersionsResponse
public static interface ListCustomLineItemVersionsResponse.Builder
extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomLineItemVersionsResponse.Builder,ListCustomLineItemVersionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncustomLineItemVersions(Collection<CustomLineItemVersionListElement> customLineItemVersions) A list ofCustomLineItemVersionListElementsthat are received.customLineItemVersions(Consumer<CustomLineItemVersionListElement.Builder>... customLineItemVersions) A list ofCustomLineItemVersionListElementsthat are received.customLineItemVersions(CustomLineItemVersionListElement... customLineItemVersions) A list ofCustomLineItemVersionListElementsthat are received.The pagination token that's used on subsequent calls to retrieve custom line item versions.Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
customLineItemVersionsListCustomLineItemVersionsResponse.Builder customLineItemVersions(Collection<CustomLineItemVersionListElement> customLineItemVersions) A list of CustomLineItemVersionListElementsthat are received.- Parameters:
- customLineItemVersions- A list of- CustomLineItemVersionListElementsthat are received.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customLineItemVersionsListCustomLineItemVersionsResponse.Builder customLineItemVersions(CustomLineItemVersionListElement... customLineItemVersions) A list of CustomLineItemVersionListElementsthat are received.- Parameters:
- customLineItemVersions- A list of- CustomLineItemVersionListElementsthat are received.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customLineItemVersionsListCustomLineItemVersionsResponse.Builder customLineItemVersions(Consumer<CustomLineItemVersionListElement.Builder>... customLineItemVersions) A list of This is a convenience method that creates an instance of theCustomLineItemVersionListElementsthat are received.CustomLineItemVersionListElement.Builderavoiding the need to create one manually viaCustomLineItemVersionListElement.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomLineItemVersions(List<CustomLineItemVersionListElement>).- Parameters:
- customLineItemVersions- a consumer that will call methods on- CustomLineItemVersionListElement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe pagination token that's used on subsequent calls to retrieve custom line item versions. - Parameters:
- nextToken- The pagination token that's used on subsequent calls to retrieve custom line item versions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-