Interface DescribeEndpointAuthorizationResponse.Builder

    • Method Detail

      • endpointAuthorizationList

        DescribeEndpointAuthorizationResponse.Builder endpointAuthorizationList​(EndpointAuthorization... endpointAuthorizationList)

        The authorizations to an endpoint.

        Parameters:
        endpointAuthorizationList - The authorizations to an endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeEndpointAuthorizationResponse.Builder marker​(String marker)

        An optional pagination token provided by a previous DescribeEndpointAuthorization request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

        Parameters:
        marker - An optional pagination token provided by a previous DescribeEndpointAuthorization request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.