CopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
, SdkBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
public static interface ViewBillingResponse.Builder extends CopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
Modifier and Type | Method | Description |
---|---|---|
ViewBillingResponse.Builder |
billingRecords(Collection<BillingRecord> billingRecords) |
A summary of billing records.
|
ViewBillingResponse.Builder |
billingRecords(BillingRecord... billingRecords) |
A summary of billing records.
|
ViewBillingResponse.Builder |
nextPageMarker(String nextPageMarker) |
If there are more billing records than you specified for
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker . |
copy
apply, build
ViewBillingResponse.Builder nextPageMarker(String nextPageMarker)
If there are more billing records than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
nextPageMarker
- If there are more billing records than you specified for MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of
Marker
.ViewBillingResponse.Builder billingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
billingRecords
- A summary of billing records.ViewBillingResponse.Builder billingRecords(BillingRecord... billingRecords)
A summary of billing records.
NOTE: This method appends the values to the existing list (if any). Use
#setBillingRecords(java.util.Collection)
or #withBillingRecords(java.util.Collection)
if you
want to override the existing values.
billingRecords
- A summary of billing records.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.