public static interface DistributionList.Builder extends SdkPojo, CopyableBuilder<DistributionList.Builder,DistributionList>
| Modifier and Type | Method and Description | 
|---|---|
DistributionList.Builder | 
isTruncated(Boolean isTruncated)
 A flag that indicates whether more distributions remain to be listed. 
 | 
DistributionList.Builder | 
items(Collection<DistributionSummary> items)
 A complex type that contains one  
DistributionSummary element for each distribution that was
 created by the current AWS account. | 
DistributionList.Builder | 
items(Consumer<DistributionSummary.Builder>... items)
 A complex type that contains one  
DistributionSummary element for each distribution that was
 created by the current AWS account. | 
DistributionList.Builder | 
items(DistributionSummary... items)
 A complex type that contains one  
DistributionSummary element for each distribution that was
 created by the current AWS account. | 
DistributionList.Builder | 
marker(String marker)
 The value you provided for the  
Marker request parameter. | 
DistributionList.Builder | 
maxItems(Integer maxItems)
 The value you provided for the  
MaxItems request parameter. | 
DistributionList.Builder | 
nextMarker(String nextMarker)
 If  
IsTruncated is true, this element is present and contains the value you can use
 for the Marker request parameter to continue listing your distributions where they left off. | 
DistributionList.Builder | 
quantity(Integer quantity)
 The number of distributions that were created by the current AWS account. 
 | 
copyapplyMutation, buildDistributionList.Builder marker(String marker)
 The value you provided for the Marker request parameter.
 
marker - The value you provided for the Marker request parameter.DistributionList.Builder nextMarker(String nextMarker)
 If IsTruncated is true, this element is present and contains the value you can use
 for the Marker request parameter to continue listing your distributions where they left off.
 
nextMarker - If IsTruncated is true, this element is present and contains the value you
        can use for the Marker request parameter to continue listing your distributions where
        they left off.DistributionList.Builder maxItems(Integer maxItems)
 The value you provided for the MaxItems request parameter.
 
maxItems - The value you provided for the MaxItems request parameter.DistributionList.Builder isTruncated(Boolean isTruncated)
 A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can
 make a follow-up pagination request using the Marker request parameter to retrieve more
 distributions in the list.
 
isTruncated - A flag that indicates whether more distributions remain to be listed. If your results were truncated,
        you can make a follow-up pagination request using the Marker request parameter to
        retrieve more distributions in the list.DistributionList.Builder quantity(Integer quantity)
The number of distributions that were created by the current AWS account.
quantity - The number of distributions that were created by the current AWS account.DistributionList.Builder items(Collection<DistributionSummary> items)
 A complex type that contains one DistributionSummary element for each distribution that was
 created by the current AWS account.
 
items - A complex type that contains one DistributionSummary element for each distribution that
        was created by the current AWS account.DistributionList.Builder items(DistributionSummary... items)
 A complex type that contains one DistributionSummary element for each distribution that was
 created by the current AWS account.
 
items - A complex type that contains one DistributionSummary element for each distribution that
        was created by the current AWS account.DistributionList.Builder items(Consumer<DistributionSummary.Builder>... items)
 A complex type that contains one DistributionSummary element for each distribution that was
 created by the current AWS account.
 
List.Builder  avoiding the
 need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately
 and its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.