Interface DescribeMappedResourceConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeMappedResourceConfigurationResponse.Builder,
,DescribeMappedResourceConfigurationResponse> KinesisVideoResponse.Builder
,SdkBuilder<DescribeMappedResourceConfigurationResponse.Builder,
,DescribeMappedResourceConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeMappedResourceConfigurationResponse
public static interface DescribeMappedResourceConfigurationResponse.Builder
extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeMappedResourceConfigurationResponse.Builder,DescribeMappedResourceConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmappedResourceConfigurationList
(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.mappedResourceConfigurationList
(Consumer<MappedResourceConfigurationListItem.Builder>... mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.mappedResourceConfigurationList
(MappedResourceConfigurationListItem... mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.The token that was used in theNextToken
request to fetch the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.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
-
mappedResourceConfigurationList
DescribeMappedResourceConfigurationResponse.Builder mappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.
- Parameters:
mappedResourceConfigurationList
- A structure that encapsulates, or contains, the media storage configuration properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedResourceConfigurationList
DescribeMappedResourceConfigurationResponse.Builder mappedResourceConfigurationList(MappedResourceConfigurationListItem... mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.
- Parameters:
mappedResourceConfigurationList
- A structure that encapsulates, or contains, the media storage configuration properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappedResourceConfigurationList
DescribeMappedResourceConfigurationResponse.Builder mappedResourceConfigurationList(Consumer<MappedResourceConfigurationListItem.Builder>... mappedResourceConfigurationList) A structure that encapsulates, or contains, the media storage configuration properties.
This is a convenience method that creates an instance of theMappedResourceConfigurationListItem.Builder
avoiding the need to create one manually viaMappedResourceConfigurationListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomappedResourceConfigurationList(List<MappedResourceConfigurationListItem>)
.- Parameters:
mappedResourceConfigurationList
- a consumer that will call methods onMappedResourceConfigurationListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token that was used in the
NextToken
request to fetch the next set of results.- Parameters:
nextToken
- The token that was used in theNextToken
request to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-