Interface ListLaunchProfilesRequest.Builder

    • Method Detail

      • maxResults

        ListLaunchProfilesRequest.Builder maxResults​(Integer maxResults)

        The max number of results to return in the response.

        Parameters:
        maxResults - The max number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLaunchProfilesRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalId

        ListLaunchProfilesRequest.Builder principalId​(String principalId)

        The principal ID. This currently supports a IAM Identity Center UserId.

        Parameters:
        principalId - The principal ID. This currently supports a IAM Identity Center UserId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListLaunchProfilesRequest.Builder statesWithStrings​(Collection<String> states)

        Filter this request to launch profiles in any of the given states.

        Parameters:
        states - Filter this request to launch profiles in any of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListLaunchProfilesRequest.Builder statesWithStrings​(String... states)

        Filter this request to launch profiles in any of the given states.

        Parameters:
        states - Filter this request to launch profiles in any of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListLaunchProfilesRequest.Builder states​(Collection<LaunchProfileState> states)

        Filter this request to launch profiles in any of the given states.

        Parameters:
        states - Filter this request to launch profiles in any of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListLaunchProfilesRequest.Builder states​(LaunchProfileState... states)

        Filter this request to launch profiles in any of the given states.

        Parameters:
        states - Filter this request to launch profiles in any of the given states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studioId

        ListLaunchProfilesRequest.Builder studioId​(String studioId)

        The studio ID.

        Parameters:
        studioId - The studio ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.