public static interface DistributionIdList.Builder extends SdkPojo, CopyableBuilder<DistributionIdList.Builder,DistributionIdList>
| Modifier and Type | Method and Description |
|---|---|
DistributionIdList.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether more distribution IDs remain to be listed.
|
DistributionIdList.Builder |
items(Collection<String> items)
Contains the distribution IDs in the list.
|
DistributionIdList.Builder |
items(String... items)
Contains the distribution IDs in the list.
|
DistributionIdList.Builder |
marker(String marker)
The value provided in the
Marker request field. |
DistributionIdList.Builder |
maxItems(Integer maxItems)
The maximum number of distribution IDs requested.
|
DistributionIdList.Builder |
nextMarker(String nextMarker)
Contains the value that you should use in the
Marker field of a subsequent request to continue
listing distribution IDs where you left off. |
DistributionIdList.Builder |
quantity(Integer quantity)
The total number of distribution IDs returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDistributionIdList.Builder marker(String marker)
The value provided in the Marker request field.
marker - The value provided in the Marker request field.DistributionIdList.Builder nextMarker(String nextMarker)
Contains the value that you should use in the Marker field of a subsequent request to continue
listing distribution IDs where you left off.
nextMarker - Contains the value that you should use in the Marker field of a subsequent request to
continue listing distribution IDs where you left off.DistributionIdList.Builder maxItems(Integer maxItems)
The maximum number of distribution IDs requested.
maxItems - The maximum number of distribution IDs requested.DistributionIdList.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you
can make a subsequent request using the Marker request field to retrieve more distribution IDs
in the list.
isTruncated - A flag that indicates whether more distribution IDs remain to be listed. If your results were
truncated, you can make a subsequent request using the Marker request field to retrieve
more distribution IDs in the list.DistributionIdList.Builder quantity(Integer quantity)
The total number of distribution IDs returned in the response.
quantity - The total number of distribution IDs returned in the response.DistributionIdList.Builder items(Collection<String> items)
Contains the distribution IDs in the list.
items - Contains the distribution IDs in the list.DistributionIdList.Builder items(String... items)
Contains the distribution IDs in the list.
items - Contains the distribution IDs in the list.Copyright © 2023. All rights reserved.