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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDataEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
GetDataEndpointRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDataEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.