public static interface GetDataEndpointRequest.Builder extends KinesisVideoRequest.Builder, CopyableBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDataEndpointRequest.Builder |
apiName(APIName apiName)
The name of the API action for which to get an endpoint.
|
GetDataEndpointRequest.Builder |
apiName(String apiName)
The name of the API action for which to get an endpoint.
|
GetDataEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDataEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDataEndpointRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.
|
GetDataEndpointRequest.Builder |
streamName(String streamName)
The name of the stream that you want to get the endpoint for.
|
buildrequestOverrideConfigcopyapply, buildGetDataEndpointRequest.Builder streamName(String streamName)
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a
StreamARN in the request.
streamName - The name of the stream that you want to get the endpoint for. You must specify either this parameter
or a StreamARN in the request.GetDataEndpointRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either
this parameter or a StreamName in the request.
streamARN - The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify
either this parameter or a StreamName in the request.GetDataEndpointRequest.Builder apiName(String apiName)
The name of the API action for which to get an endpoint.
GetDataEndpointRequest.Builder apiName(APIName apiName)
The name of the API action for which to get an endpoint.
GetDataEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDataEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.