Interface ListPlaybackConfigurationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListPlaybackConfigurationsResponse.Builder,,- ListPlaybackConfigurationsResponse> - MediaTailorResponse.Builder,- SdkBuilder<ListPlaybackConfigurationsResponse.Builder,,- ListPlaybackConfigurationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListPlaybackConfigurationsResponse
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<PlaybackConfiguration> items) Array of playback configurations.items(Consumer<PlaybackConfiguration.Builder>... items) Array of playback configurations.items(PlaybackConfiguration... items) Array of playback configurations.Pagination token returned by the GET list request when results exceed the maximum allowed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
itemsArray of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored. - Parameters:
- items- Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsArray of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored. - Parameters:
- items- Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsArray of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored. This is a convenience method that creates an instance of thePlaybackConfiguration.Builderavoiding the need to create one manually viaPlaybackConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<PlaybackConfiguration>).- Parameters:
- items- a consumer that will call methods on- PlaybackConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenPagination token returned by the GET 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 GET 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.
 
 
-