Interface ListStudioSessionMappingsResponse.Builder

    • Method Detail

      • sessionMappings

        ListStudioSessionMappingsResponse.Builder sessionMappings​(Collection<SessionMappingSummary> sessionMappings)

        A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.

        Parameters:
        sessionMappings - A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionMappings

        ListStudioSessionMappingsResponse.Builder sessionMappings​(SessionMappingSummary... sessionMappings)

        A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.

        Parameters:
        sessionMappings - A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListStudioSessionMappingsResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.