Interface GetDataEndpointRequest.Builder

    • Method Detail

      • 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

        GetDataEndpointRequest.Builder apiName​(String 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, APIName
      • apiName

        GetDataEndpointRequest.Builder apiName​(APIName 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, APIName