public static interface StreamingDistributionList.Builder extends SdkPojo, CopyableBuilder<StreamingDistributionList.Builder,StreamingDistributionList>
Modifier and Type | Method and Description |
---|---|
StreamingDistributionList.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether more streaming distributions remain to be listed.
|
StreamingDistributionList.Builder |
items(Collection<StreamingDistributionSummary> items)
A complex type that contains one
StreamingDistributionSummary element for each distribution that
was created by the current AWS account. |
StreamingDistributionList.Builder |
items(Consumer<StreamingDistributionSummary.Builder>... items)
A complex type that contains one
StreamingDistributionSummary element for each distribution that
was created by the current AWS account. |
StreamingDistributionList.Builder |
items(StreamingDistributionSummary... items)
A complex type that contains one
StreamingDistributionSummary element for each distribution that
was created by the current AWS account. |
StreamingDistributionList.Builder |
marker(String marker)
The value you provided for the
Marker request parameter. |
StreamingDistributionList.Builder |
maxItems(Integer maxItems)
The value you provided for the
MaxItems request parameter. |
StreamingDistributionList.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 RTMP distributions where they left
off. |
StreamingDistributionList.Builder |
quantity(Integer quantity)
The number of streaming distributions that were created by the current AWS account.
|
copy
applyMutation, build
StreamingDistributionList.Builder marker(String marker)
The value you provided for the Marker
request parameter.
marker
- The value you provided for the Marker
request parameter.StreamingDistributionList.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 RTMP 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 RTMP distributions
where they left off.StreamingDistributionList.Builder maxItems(Integer maxItems)
The value you provided for the MaxItems
request parameter.
maxItems
- The value you provided for the MaxItems
request parameter.StreamingDistributionList.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether more streaming 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 streaming 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.StreamingDistributionList.Builder quantity(Integer quantity)
The number of streaming distributions that were created by the current AWS account.
quantity
- The number of streaming distributions that were created by the current AWS account.StreamingDistributionList.Builder items(Collection<StreamingDistributionSummary> items)
A complex type that contains one StreamingDistributionSummary
element for each distribution that
was created by the current AWS account.
items
- A complex type that contains one StreamingDistributionSummary
element for each
distribution that was created by the current AWS account.StreamingDistributionList.Builder items(StreamingDistributionSummary... items)
A complex type that contains one StreamingDistributionSummary
element for each distribution that
was created by the current AWS account.
items
- A complex type that contains one StreamingDistributionSummary
element for each
distribution that was created by the current AWS account.StreamingDistributionList.Builder items(Consumer<StreamingDistributionSummary.Builder>... items)
A complex type that contains one StreamingDistributionSummary
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.