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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceViewsForBillingViewResponse.BuildernextToken(String nextToken)The pagination token that is used on subsequent calls to list billing views.ListSourceViewsForBillingViewResponse.BuildersourceViews(String... sourceViews)A list of billing views used as the data source for the custom billing view.ListSourceViewsForBillingViewResponse.BuildersourceViews(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
sourceViews
ListSourceViewsForBillingViewResponse.Builder sourceViews(Collection<String> 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
ListSourceViewsForBillingViewResponse.Builder sourceViews(String... 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
ListSourceViewsForBillingViewResponse.Builder nextToken(String 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.
-
-