public static interface ViewBillingResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, 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 |
billingRecords(Consumer<BillingRecord.Builder>... 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildViewBillingResponse.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.ViewBillingResponse.Builder billingRecords(Consumer<BillingRecord.Builder>... billingRecords)
A summary of billing records.
This is a convenience method that creates an instance of theBillingRecord.Builder avoiding the need to
create one manually via BillingRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #billingRecords(List.
billingRecords - a consumer that will call methods on
BillingRecord.Builder#billingRecords(java.util.Collection) Copyright © 2023. All rights reserved.