Interface ListSourceViewsForBillingViewResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,BillingResponse.Builder,Buildable,CopyableBuilder<ListSourceViewsForBillingViewResponse.Builder,,ListSourceViewsForBillingViewResponse> SdkBuilder<ListSourceViewsForBillingViewResponse.Builder,,ListSourceViewsForBillingViewResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListSourceViewsForBillingViewResponse
public static interface ListSourceViewsForBillingViewResponse.Builder
extends BillingResponse.Builder, SdkPojo, CopyableBuilder<ListSourceViewsForBillingViewResponse.Builder,ListSourceViewsForBillingViewResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token that is used on subsequent calls to list billing views.sourceViews(String... sourceViews) A list of billing views used as the data source for the custom billing view.sourceViews(Collection<String> sourceViews) A list of billing views used as the data source for the custom billing view.Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
- 
sourceViews
A list of billing views used as the data source for the custom billing view.
- Parameters:
 sourceViews- A list of billing views used as the data source for the custom billing view.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceViews
A list of billing views used as the data source for the custom billing view.
- Parameters:
 sourceViews- A list of billing views used as the data source for the custom billing view.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
The pagination token that is used on subsequent calls to list billing views.
- Parameters:
 nextToken- The pagination token that is used on subsequent calls to list billing views.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -