Interface GetDataEndpointRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>, KinesisVideoRequest.Builder, SdkBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetDataEndpointRequest

public static interface GetDataEndpointRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<GetDataEndpointRequest.Builder,GetDataEndpointRequest>
  • Method Details

    • streamName

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamARN

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiName

      The name of the API action for which to get an endpoint.

      Parameters:
      apiName - The name of the API action for which to get an endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • apiName

      The name of the API action for which to get an endpoint.

      Parameters:
      apiName - The name of the API action for which to get an endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetDataEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.