public static interface GetDataEndpointResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<GetDataEndpointResponse.Builder,GetDataEndpointResponse>
Modifier and Type | Method and Description |
---|---|
GetDataEndpointResponse.Builder |
dataEndpoint(String dataEndpoint)
The endpoint value.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetDataEndpointResponse.Builder dataEndpoint(String dataEndpoint)
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
dataEndpoint
- The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your
application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.