public static interface DescribeMappedResourceConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeMappedResourceConfigurationResponse.Builder,DescribeMappedResourceConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMappedResourceConfigurationResponse.Builder |
mappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
DescribeMappedResourceConfigurationResponse.Builder |
mappedResourceConfigurationList(Consumer<MappedResourceConfigurationListItem.Builder>... mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
DescribeMappedResourceConfigurationResponse.Builder |
mappedResourceConfigurationList(MappedResourceConfigurationListItem... mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
|
DescribeMappedResourceConfigurationResponse.Builder |
nextToken(String nextToken)
The token that was used in the
NextTokenrequest to fetch the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMappedResourceConfigurationResponse.Builder mappedResourceConfigurationList(Collection<MappedResourceConfigurationListItem> mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
mappedResourceConfigurationList - A structure that encapsulates, or contains, the media storage configuration properties.DescribeMappedResourceConfigurationResponse.Builder mappedResourceConfigurationList(MappedResourceConfigurationListItem... mappedResourceConfigurationList)
A structure that encapsulates, or contains, the media storage configuration properties.
mappedResourceConfigurationList - A structure that encapsulates, or contains, the media storage configuration properties.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 via
MappedResourceConfigurationListItem.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #mappedResourceConfigurationList(List.
mappedResourceConfigurationList - a consumer that will call methods on
MappedResourceConfigurationListItem.Builder#mappedResourceConfigurationList(java.util.Collection) DescribeMappedResourceConfigurationResponse.Builder nextToken(String nextToken)
The token that was used in the NextTokenrequest to fetch the next set of results.
nextToken - The token that was used in the NextTokenrequest to fetch the next set of results.Copyright © 2023. All rights reserved.