public static interface ViewBillingResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<ViewBillingResponse.Builder,ViewBillingResponse>
Modifier and Type | Method and Description |
---|---|
ViewBillingResponse.Builder |
billingRecords(BillingRecord... billingRecords)
A summary of billing records.
|
ViewBillingResponse.Builder |
billingRecords(Collection<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 . |
build
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.
billingRecords
- A summary of billing records.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.