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
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
Lists the prefetch schedules. An empty
Itemslist doesn't mean there aren't more items to fetch, just that that page was empty.- Parameters:
items- Lists the prefetch schedules. An emptyItemslist 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
Itemslist doesn't mean there aren't more items to fetch, just that that page was empty.- Parameters:
items- Lists the prefetch schedules. An emptyItemslist 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 theItemslist doesn't mean there aren't more items to fetch, just that that page was empty.PrefetchSchedule.Builderavoiding the need to create one manually viaPrefetchSchedule.builder().When the
Consumercompletes,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.
-