Interface ListPrefetchSchedulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPrefetchSchedulesResponse.Builder,
,ListPrefetchSchedulesResponse> MediaTailorResponse.Builder
,SdkBuilder<ListPrefetchSchedulesResponse.Builder,
,ListPrefetchSchedulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPrefetchSchedulesResponse
public static interface ListPrefetchSchedulesResponse.Builder
extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListPrefetchSchedulesResponse.Builder,ListPrefetchSchedulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<PrefetchSchedule> items) Lists the prefetch schedules.items
(Consumer<PrefetchSchedule.Builder>... items) Lists the prefetch schedules.items
(PrefetchSchedule... items) Lists the prefetch schedules.Pagination token returned by the list request when results exceed the maximum allowed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
Lists the prefetch schedules. An empty
Items
list doesn't mean there aren't more items to fetch, just that that page was empty.- Parameters:
items
- Lists the prefetch schedules. An emptyItems
list doesn't mean there aren't more items to fetch, just that that page was empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Lists the prefetch schedules. An empty
Items
list doesn't mean there aren't more items to fetch, just that that page was empty.- Parameters:
items
- Lists the prefetch schedules. An emptyItems
list doesn't mean there aren't more items to fetch, just that that page was empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Lists the prefetch schedules. An empty
This is a convenience method that creates an instance of theItems
list doesn't mean there aren't more items to fetch, just that that page was empty.PrefetchSchedule.Builder
avoiding the need to create one manually viaPrefetchSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<PrefetchSchedule>)
.- Parameters:
items
- a consumer that will call methods onPrefetchSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
- Parameters:
nextToken
- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-